Html Css Color HEX #852D04 Saddle Brown

📋 copy color: '#852D04'

red 133 ◦ green 45 ◦ blue 4

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

Shades of Saddle Brown #852D04

Tints of Saddle Brown #852D04

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.73%

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

R = 73.08%
G = 24.73%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#852D04 (or 0x852D04) is known color: Saddle Brown. HEX triplet: 85, 2D and 04. RGB value is (133,45,4). Sum of RGB (Red+Green+Blue) = 133+45+4=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 4 (1.95% from 255 or 2.20% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #852D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852D04 is #7AD2FB. Grayscale: #424242. Windows color (decimal): -8049404 or 273797. OLE color: 273797.

HSL color Cylindrical-coordinate representation of color #852D04: hue angle of 19.07º 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 #852D04 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 45 4 -
CMYK 0 0.66 0.97 0.48
HSL 19.07º 0.94% 0.27% -
HSV(B) 19.07º 0.97% 0.52% -
XYZ 10.63 6.87 0.88 -
YUV 66.64 92.65 175.33 -
System Red Green Blue C M Y K H S L
Decimal 133 45 4 0 0.66 0.97 0.48 19.07 0.94 0.27
Hex 85 2D 4 0 42 61 30 13 5E 1B
Octal 205 55 4 0 102 141 60 23 136 33
Binary 10000101 101101 100 0 1000010 1100001 110000 10011 1011110 11011

Color Harmonies of #852D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D04

Black with #852D04

Text Example


Text Example

White with #852D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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