Html Css Color HEX #854712 Saddle Brown

📋 copy color: '#854712'

red 133 ◦ green 71 ◦ blue 18

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

Shades of Saddle Brown #854712

Tints of Saddle Brown #854712

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.98%

 BLUE value IS 18 (7.42% from 255) = 8.11%

R = 59.91%
G = 31.98%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#854712 (or 0x854712) is known color: Saddle Brown. HEX triplet: 85, 47 and 12. RGB value is (133,71,18). Sum of RGB (Red+Green+Blue) = 133+71+18=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 71 (28.12% from 255 or 31.98% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #854712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854712 is #7AB8ED. Grayscale: #535353. Windows color (decimal): -8042734 or 1197957. OLE color: 1197957.

HSL color Cylindrical-coordinate representation of color #854712: hue angle of 27.65º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #854712 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 71 18 -
CMYK 0 0.47 0.86 0.48
HSL 27.65º 0.76% 0.3% -
HSV(B) 27.65º 0.86% 0.52% -
XYZ 12.04 9.54 1.78 -
YUV 83.5 91.04 163.31 -
System Red Green Blue C M Y K H S L
Decimal 133 71 18 0 0.47 0.86 0.48 27.65 0.76 0.3
Hex 85 47 12 0 2F 56 30 1C 4C 1E
Octal 205 107 22 0 57 126 60 34 114 36
Binary 10000101 1000111 10010 0 101111 1010110 110000 11100 1001100 11110

Color Harmonies of #854712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854712

Black with #854712

Text Example


Text Example

White with #854712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854712; }

 p { color: rgb(133,71,18); }

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

background-color css

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

 a { background-color: rgb(133,71,18); }

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

border-color css

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

 span { border-color: rgb(133,71,18); }

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