Html Css Color HEX #852B02 Saddle Brown

📋 copy color: '#852B02'

red 133 ◦ green 43 ◦ blue 2

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

Shades of Saddle Brown #852B02

Tints of Saddle Brown #852B02

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.16%

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

R = 74.72%
G = 24.16%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#852B02 (or 0x852B02) is known color: Saddle Brown. HEX triplet: 85, 2B and 02. RGB value is (133,43,2). Sum of RGB (Red+Green+Blue) = 133+43+2=178 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.72% from 178); Green value is 43 (17.19% from 255 or 24.16% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 133 - color contains mainly: red. Hex color #852B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852B02 is #7AD4FD. Grayscale: #414141. Windows color (decimal): -8049918 or 142213. OLE color: 142213.

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

Color convert

RGB 133 43 2 -
CMYK 0 0.68 0.98 0.48
HSL 18.78º 0.97% 0.26% -
HSV(B) 18.78º 0.98% 0.52% -
XYZ 10.55 6.72 0.8 -
YUV 65.24 92.32 176.33 -
System Red Green Blue C M Y K H S L
Decimal 133 43 2 0 0.68 0.98 0.48 18.78 0.97 0.26
Hex 85 2B 2 0 44 62 30 13 61 1A
Octal 205 53 2 0 104 142 60 23 141 32
Binary 10000101 101011 10 0 1000100 1100010 110000 10011 1100001 11010

Color Harmonies of #852B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852B02

Black with #852B02

Text Example


Text Example

White with #852B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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