Html Css Color HEX #852B05 Saddle Brown

📋 copy color: '#852B05'

red 133 ◦ green 43 ◦ blue 5

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

Shades of Saddle Brown #852B05

Tints of Saddle Brown #852B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.76%

R = 73.48%
G = 23.76%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#852B05 (or 0x852B05) is known color: Saddle Brown. HEX triplet: 85, 2B and 05. RGB value is (133,43,5). Sum of RGB (Red+Green+Blue) = 133+43+5=181 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.48% from 181); Green value is 43 (17.19% from 255 or 23.76% from 181); Blue value is 5 (2.34% from 255 or 2.76% from 181); Max value from RGB is 133 - color contains mainly: red. Hex color #852B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852B05 is #7AD4FA. Grayscale: #414141. Windows color (decimal): -8049915 or 338821. OLE color: 338821.

HSL color Cylindrical-coordinate representation of color #852B05: hue angle of 17.81º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #852B05 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 43 5 -
CMYK 0 0.68 0.96 0.48
HSL 17.81º 0.93% 0.27% -
HSV(B) 17.81º 0.96% 0.52% -
XYZ 10.56 6.73 0.88 -
YUV 65.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 133 43 5 0 0.68 0.96 0.48 17.81 0.93 0.27
Hex 85 2B 5 0 44 60 30 12 5D 1B
Octal 205 53 5 0 104 140 60 22 135 33
Binary 10000101 101011 101 0 1000100 1100000 110000 10010 1011101 11011

Color Harmonies of #852B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852B05

Black with #852B05

Text Example


Text Example

White with #852B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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