Html Css Color HEX #853607 Saddle Brown

📋 copy color: '#853607'

red 133 ◦ green 54 ◦ blue 7

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

Shades of Saddle Brown #853607

Tints of Saddle Brown #853607

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.84%

 BLUE value IS 7 (3.13% from 255) = 3.61%

R = 68.56%
G = 27.84%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#853607 (or 0x853607) is known color: Saddle Brown. HEX triplet: 85, 36 and 07. RGB value is (133,54,7). Sum of RGB (Red+Green+Blue) = 133+54+7=194 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.56% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 7 (3.12% from 255 or 3.61% from 194); Max value from RGB is 133 - color contains mainly: red. Hex color #853607 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853607 is #7AC9F8. Grayscale: #484848. Windows color (decimal): -8047097 or 472709. OLE color: 472709.

HSL color Cylindrical-coordinate representation of color #853607: hue angle of 22.38º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #853607 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 54 7 -
CMYK 0 0.59 0.95 0.48
HSL 22.38º 0.9% 0.27% -
HSV(B) 22.38º 0.95% 0.52% -
XYZ 11.03 7.64 1.09 -
YUV 72.26 91.17 171.32 -
System Red Green Blue C M Y K H S L
Decimal 133 54 7 0 0.59 0.95 0.48 22.38 0.9 0.27
Hex 85 36 7 0 3B 5F 30 16 5A 1B
Octal 205 66 7 0 73 137 60 26 132 33
Binary 10000101 110110 111 0 111011 1011111 110000 10110 1011010 11011

Color Harmonies of #853607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853607

Black with #853607

Text Example


Text Example

White with #853607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853607; }

 p { color: rgb(133,54,7); }

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

background-color css

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

 a { background-color: rgb(133,54,7); }

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

border-color css

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

 span { border-color: rgb(133,54,7); }

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