Html Css Color HEX #852C02 Saddle Brown

📋 copy color: '#852C02'

red 133 ◦ green 44 ◦ blue 2

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

Shades of Saddle Brown #852C02

Tints of Saddle Brown #852C02

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.58%

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

R = 74.3%
G = 24.58%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#852C02 (or 0x852C02) is known color: Saddle Brown. HEX triplet: 85, 2C and 02. RGB value is (133,44,2). Sum of RGB (Red+Green+Blue) = 133+44+2=179 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.30% from 179); Green value is 44 (17.58% from 255 or 24.58% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 133 - color contains mainly: red. Hex color #852C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852C02 is #7AD3FD. Grayscale: #424242. Windows color (decimal): -8049662 or 142469. OLE color: 142469.

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

Color convert

RGB 133 44 2 -
CMYK 0 0.67 0.98 0.48
HSL 19.24º 0.97% 0.26% -
HSV(B) 19.24º 0.98% 0.52% -
XYZ 10.58 6.79 0.81 -
YUV 65.82 91.99 175.92 -
System Red Green Blue C M Y K H S L
Decimal 133 44 2 0 0.67 0.98 0.48 19.24 0.97 0.26
Hex 85 2C 2 0 43 62 30 13 61 1A
Octal 205 54 2 0 103 142 60 23 141 32
Binary 10000101 101100 10 0 1000011 1100010 110000 10011 1100001 11010

Color Harmonies of #852C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C02

Black with #852C02

Text Example


Text Example

White with #852C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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