Html Css Color HEX #854C0F Saddle Brown

📋 copy color: '#854C0F'

red 133 ◦ green 76 ◦ blue 15

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

Shades of Saddle Brown #854C0F

Tints of Saddle Brown #854C0F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.93%

 BLUE value IS 15 (6.25% from 255) = 6.7%

R = 59.38%
G = 33.93%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#854C0F (or 0x854C0F) is known color: Saddle Brown. HEX triplet: 85, 4C and 0F. RGB value is (133,76,15). Sum of RGB (Red+Green+Blue) = 133+76+15=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #854C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854C0F is #7AB3F0. Grayscale: #565656. Windows color (decimal): -8041457 or 1002629. OLE color: 1002629.

HSL color Cylindrical-coordinate representation of color #854C0F: hue angle of 31.02º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #854C0F is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 76 15 -
CMYK 0 0.43 0.89 0.48
HSL 31.02º 0.8% 0.29% -
HSV(B) 31.02º 0.89% 0.52% -
XYZ 12.34 10.19 1.77 -
YUV 86.09 87.88 161.46 -
System Red Green Blue C M Y K H S L
Decimal 133 76 15 0 0.43 0.89 0.48 31.02 0.8 0.29
Hex 85 4C F 0 2B 59 30 1F 50 1D
Octal 205 114 17 0 53 131 60 37 120 35
Binary 10000101 1001100 1111 0 101011 1011001 110000 11111 1010000 11101

Color Harmonies of #854C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C0F

Black with #854C0F

Text Example


Text Example

White with #854C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,76,15); }

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

background-color css

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

 a { background-color: rgb(133,76,15); }

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

border-color css

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

 span { border-color: rgb(133,76,15); }

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