Html Css Color HEX #854E05 Saddle Brown

📋 copy color: '#854E05'

red 133 ◦ green 78 ◦ blue 5

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

Shades of Saddle Brown #854E05

Tints of Saddle Brown #854E05

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.11%

 BLUE value IS 5 (2.34% from 255) = 2.31%

R = 61.57%
G = 36.11%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#854E05 (or 0x854E05) is known color: Saddle Brown. HEX triplet: 85, 4E and 05. RGB value is (133,78,5). Sum of RGB (Red+Green+Blue) = 133+78+5=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 78 (30.86% from 255 or 36.11% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #854E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #854E05 is #7AB1FA. Grayscale: #565656. Windows color (decimal): -8040955 or 347781. OLE color: 347781.

HSL color Cylindrical-coordinate representation of color #854E05: hue angle of 34.22º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #854E05 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 78 5 -
CMYK 0 0.41 0.96 0.48
HSL 34.22º 0.93% 0.27% -
HSV(B) 34.22º 0.96% 0.52% -
XYZ 12.42 10.45 1.51 -
YUV 86.12 82.22 161.44 -
System Red Green Blue C M Y K H S L
Decimal 133 78 5 0 0.41 0.96 0.48 34.22 0.93 0.27
Hex 85 4E 5 0 29 60 30 22 5D 1B
Octal 205 116 5 0 51 140 60 42 135 33
Binary 10000101 1001110 101 0 101001 1100000 110000 100010 1011101 11011

Color Harmonies of #854E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854E05

Black with #854E05

Text Example


Text Example

White with #854E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854E05; }

 p { color: rgb(133,78,5); }

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

background-color css

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

 a { background-color: rgb(133,78,5); }

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

border-color css

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

 span { border-color: rgb(133,78,5); }

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