Html Css Color HEX #852802 Saddle Brown

📋 copy color: '#852802'

red 133 ◦ green 40 ◦ blue 2

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

Shades of Saddle Brown #852802

Tints of Saddle Brown #852802

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.86%

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

R = 76%
G = 22.86%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#852802 (or 0x852802) is known color: Saddle Brown. HEX triplet: 85, 28 and 02. RGB value is (133,40,2). Sum of RGB (Red+Green+Blue) = 133+40+2=175 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76% from 175); Green value is 40 (16.02% from 255 or 22.86% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 133 - color contains mainly: red. Hex color #852802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852802 is #7AD7FD. Grayscale: #3F3F3F. Windows color (decimal): -8050686 or 141445. OLE color: 141445.

HSL color Cylindrical-coordinate representation of color #852802: hue angle of 17.4º 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 #852802 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 40 2 -
CMYK 0 0.70 0.98 0.48
HSL 17.4º 0.97% 0.26% -
HSV(B) 17.4º 0.98% 0.52% -
XYZ 10.44 6.51 0.76 -
YUV 63.48 93.31 177.59 -
System Red Green Blue C M Y K H S L
Decimal 133 40 2 0 0.70 0.98 0.48 17.4 0.97 0.26
Hex 85 28 2 0 46 62 30 11 61 1A
Octal 205 50 2 0 106 142 60 21 141 32
Binary 10000101 101000 10 0 1000110 1100010 110000 10001 1100001 11010

Color Harmonies of #852802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852802

Black with #852802

Text Example


Text Example

White with #852802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852802; }

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

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

background-color css

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

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

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

border-color css

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

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

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