Html Css Color HEX #854C0E Saddle Brown

📋 copy color: '#854C0E'

red 133 ◦ green 76 ◦ blue 14

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

Shades of Saddle Brown #854C0E

Tints of Saddle Brown #854C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.28%

R = 59.64%
G = 34.08%
B = 6.28%

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

#854C0E (or 0x854C0E) is known color: Saddle Brown. HEX triplet: 85, 4C and 0E. RGB value is (133,76,14). Sum of RGB (Red+Green+Blue) = 133+76+14=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 14 (5.86% from 255 or 6.28% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #854C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854C0E is #7AB3F1. Grayscale: #565656. Windows color (decimal): -8041458 or 937093. OLE color: 937093.

HSL color Cylindrical-coordinate representation of color #854C0E: hue angle of 31.26º degrees, saturation: 0.81, 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 #854C0E is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 76 14 -
CMYK 0 0.43 0.89 0.48
HSL 31.26º 0.81% 0.29% -
HSV(B) 31.26º 0.89% 0.52% -
XYZ 12.34 10.19 1.73 -
YUV 85.98 87.38 161.54 -
System Red Green Blue C M Y K H S L
Decimal 133 76 14 0 0.43 0.89 0.48 31.26 0.81 0.29
Hex 85 4C E 0 2B 59 30 1F 51 1D
Octal 205 114 16 0 53 131 60 37 121 35
Binary 10000101 1001100 1110 0 101011 1011001 110000 11111 1010001 11101

Color Harmonies of #854C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C0E

Black with #854C0E

Text Example


Text Example

White with #854C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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