Html Css Color HEX #854003 Saddle Brown

📋 copy color: '#854003'

red 133 ◦ green 64 ◦ blue 3

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

Shades of Saddle Brown #854003

Tints of Saddle Brown #854003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32%

 BLUE value IS 3 (1.56% from 255) = 1.5%

R = 66.5%
G = 32%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#854003 (or 0x854003) is known color: Saddle Brown. HEX triplet: 85, 40 and 03. RGB value is (133,64,3). Sum of RGB (Red+Green+Blue) = 133+64+3=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 3 (1.56% from 255 or 1.5% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #854003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #854003 is #7ABFFC. Grayscale: #4D4D4D. Windows color (decimal): -8044541 or 213125. OLE color: 213125.

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

Color convert

RGB 133 64 3 -
CMYK 0 0.52 0.98 0.48
HSL 28.15º 0.96% 0.27% -
HSV(B) 28.15º 0.98% 0.52% -
XYZ 11.52 8.66 1.15 -
YUV 77.68 85.86 167.46 -
System Red Green Blue C M Y K H S L
Decimal 133 64 3 0 0.52 0.98 0.48 28.15 0.96 0.27
Hex 85 40 3 0 34 62 30 1C 60 1B
Octal 205 100 3 0 64 142 60 34 140 33
Binary 10000101 1000000 11 0 110100 1100010 110000 11100 1100000 11011

Color Harmonies of #854003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854003

Black with #854003

Text Example


Text Example

White with #854003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854003; }

 p { color: rgb(133,64,3); }

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

background-color css

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

 a { background-color: rgb(133,64,3); }

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

border-color css

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

 span { border-color: rgb(133,64,3); }

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