Html Css Color HEX #852F02 Saddle Brown

📋 copy color: '#852F02'

red 133 ◦ green 47 ◦ blue 2

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

Shades of Saddle Brown #852F02

Tints of Saddle Brown #852F02

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.82%

 BLUE value IS 2 (1.17% from 255) = 1.1%

R = 73.08%
G = 25.82%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#852F02 (or 0x852F02) is known color: Saddle Brown. HEX triplet: 85, 2F and 02. RGB value is (133,47,2). Sum of RGB (Red+Green+Blue) = 133+47+2=182 (24% of max value = 765). Red value is 133 (52.34% from 255 or 73.08% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 133 - color contains mainly: red. Hex color #852F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852F02 is #7AD0FD. Grayscale: #434343. Windows color (decimal): -8048894 or 143237. OLE color: 143237.

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

Color convert

RGB 133 47 2 -
CMYK 0 0.65 0.98 0.48
HSL 20.61º 0.97% 0.26% -
HSV(B) 20.61º 0.98% 0.52% -
XYZ 10.7 7.02 0.85 -
YUV 67.58 90.99 174.66 -
System Red Green Blue C M Y K H S L
Decimal 133 47 2 0 0.65 0.98 0.48 20.61 0.97 0.26
Hex 85 2F 2 0 41 62 30 15 61 1A
Octal 205 57 2 0 101 142 60 25 141 32
Binary 10000101 101111 10 0 1000001 1100010 110000 10101 1100001 11010

Color Harmonies of #852F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852F02

Black with #852F02

Text Example


Text Example

White with #852F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,47,2); }

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

background-color css

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

 a { background-color: rgb(133,47,2); }

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

border-color css

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

 span { border-color: rgb(133,47,2); }

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