Html Css Color HEX #853100 Saddle Brown

📋 copy color: '#853100'

red 133 ◦ green 49 ◦ blue 0

#853100
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #853100

Tints of Saddle Brown #853100

RGB

 RED value IS 133 (52.34% from 255) = 73.08%

 GREEN value IS 49 (19.53% from 255) = 26.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.08%
G = 26.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 1

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#853100 (or 0x853100) is known color: Saddle Brown. HEX triplet: 85, 31 and 00. RGB value is (133,49,0). Sum of RGB (Red+Green+Blue) = 133+49+0=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 49 (19.53% from 255 or 26.92% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #853100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853100 is #7ACEFF. Grayscale: #444444. Windows color (decimal): -8048384 or 12677. OLE color: 12677.

HSL color Cylindrical-coordinate representation of color #853100: hue angle of 22.11º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #853100 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 49 0 -
CMYK 0 0.63 1 0.48
HSL 22.11º 1% 0.26% -
HSV(B) 22.11º 1% 0.52% -
XYZ 10.77 7.18 0.82 -
YUV 68.53 89.33 173.98 -
System Red Green Blue C M Y K H S L
Decimal 133 49 0 0 0.63 1 0.48 22.11 1 0.26
Hex 85 31 0 0 3F 64 30 16 64 1A
Octal 205 61 0 0 77 144 60 26 144 32
Binary 10000101 110001 0 0 111111 1100100 110000 10110 1100100 11010

Color Harmonies of #853100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853100

Black with #853100

Text Example


Text Example

White with #853100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853100; }

 p { color: rgb(133,49,0); }

 H1.HeaderClassName
 {
   color: #853100;
 }
 .AnyTagClassName
 {
   color: #853100;
 }
</style>

background-color css

<style>
 a { background-color: #853100; }

 a { background-color: rgb(133,49,0); }

 div.DivClassName
 {
   background-color: #853100;
 }
 .BgClassName
 {
   background-color: #853100;
 }
</style>

border-color css

<style>
 span { border-color: #853100; }

 span { border-color: rgb(133,49,0); }

 td.TdClassName
 {
   border-color: #853100;
 }
 .TagClassName
 {
   border-color: #853100;
 }
</style>