Html Css Color HEX #853F04 Saddle Brown

📋 copy color: '#853F04'

red 133 ◦ green 63 ◦ blue 4

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

Shades of Saddle Brown #853F04

Tints of Saddle Brown #853F04

RGB

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

 GREEN value IS 63 (25% from 255) = 31.5%

 BLUE value IS 4 (1.95% from 255) = 2%

R = 66.5%
G = 31.5%
B = 2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#853F04 (or 0x853F04) is known color: Saddle Brown. HEX triplet: 85, 3F and 04. RGB value is (133,63,4). Sum of RGB (Red+Green+Blue) = 133+63+4=200 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.5% from 200); Green value is 63 (25% from 255 or 31.5% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 133 - color contains mainly: red. Hex color #853F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853F04 is #7AC0FB. Grayscale: #4D4D4D. Windows color (decimal): -8044796 or 278405. OLE color: 278405.

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

Color convert

RGB 133 63 4 -
CMYK 0 0.53 0.97 0.48
HSL 27.44º 0.94% 0.27% -
HSV(B) 27.44º 0.97% 0.52% -
XYZ 11.47 8.55 1.16 -
YUV 77.2 86.69 167.8 -
System Red Green Blue C M Y K H S L
Decimal 133 63 4 0 0.53 0.97 0.48 27.44 0.94 0.27
Hex 85 3F 4 0 35 61 30 1B 5E 1B
Octal 205 77 4 0 65 141 60 33 136 33
Binary 10000101 111111 100 0 110101 1100001 110000 11011 1011110 11011

Color Harmonies of #853F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F04

Black with #853F04

Text Example


Text Example

White with #853F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853F04; }

 p { color: rgb(133,63,4); }

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

background-color css

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

 a { background-color: rgb(133,63,4); }

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

border-color css

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

 span { border-color: rgb(133,63,4); }

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