Html Css Color HEX #854C10 Saddle Brown

📋 copy color: '#854C10'

red 133 ◦ green 76 ◦ blue 16

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

Shades of Saddle Brown #854C10

Tints of Saddle Brown #854C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.11%

R = 59.11%
G = 33.78%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#854C10 (or 0x854C10) is known color: Saddle Brown. HEX triplet: 85, 4C and 10. RGB value is (133,76,16). Sum of RGB (Red+Green+Blue) = 133+76+16=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #854C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854C10 is #7AB3EF. Grayscale: #565656. Windows color (decimal): -8041456 or 1068165. OLE color: 1068165.

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

Color convert

RGB 133 76 16 -
CMYK 0 0.43 0.88 0.48
HSL 30.77º 0.79% 0.29% -
HSV(B) 30.77º 0.88% 0.52% -
XYZ 12.35 10.19 1.81 -
YUV 86.2 88.38 161.38 -
System Red Green Blue C M Y K H S L
Decimal 133 76 16 0 0.43 0.88 0.48 30.77 0.79 0.29
Hex 85 4C 10 0 2B 58 30 1F 4F 1D
Octal 205 114 20 0 53 130 60 37 117 35
Binary 10000101 1001100 10000 0 101011 1011000 110000 11111 1001111 11101

Color Harmonies of #854C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C10

Black with #854C10

Text Example


Text Example

White with #854C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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