Html Css Color HEX #852906 Saddle Brown

📋 copy color: '#852906'

red 133 ◦ green 41 ◦ blue 6

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

Shades of Saddle Brown #852906

Tints of Saddle Brown #852906

RGB

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

 GREEN value IS 41 (16.41% from 255) = 22.78%

 BLUE value IS 6 (2.73% from 255) = 3.33%

R = 73.89%
G = 22.78%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#852906 (or 0x852906) is known color: Saddle Brown. HEX triplet: 85, 29 and 06. RGB value is (133,41,6). Sum of RGB (Red+Green+Blue) = 133+41+6=180 (23% of max value = 765). Red value is 133 (52.34% from 255 or 73.89% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 6 (2.73% from 255 or 3.33% from 180); Max value from RGB is 133 - color contains mainly: red. Hex color #852906 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852906 is #7AD6F9. Grayscale: #404040. Windows color (decimal): -8050426 or 403845. OLE color: 403845.

HSL color Cylindrical-coordinate representation of color #852906: hue angle of 16.54º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #852906 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 41 6 -
CMYK 0 0.69 0.95 0.48
HSL 16.54º 0.91% 0.27% -
HSV(B) 16.54º 0.95% 0.52% -
XYZ 10.5 6.59 0.89 -
YUV 64.52 94.98 176.85 -
System Red Green Blue C M Y K H S L
Decimal 133 41 6 0 0.69 0.95 0.48 16.54 0.91 0.27
Hex 85 29 6 0 45 5F 30 11 5B 1B
Octal 205 51 6 0 105 137 60 21 133 33
Binary 10000101 101001 110 0 1000101 1011111 110000 10001 1011011 11011

Color Harmonies of #852906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852906

Black with #852906

Text Example


Text Example

White with #852906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852906; }

 p { color: rgb(133,41,6); }

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

background-color css

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

 a { background-color: rgb(133,41,6); }

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

border-color css

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

 span { border-color: rgb(133,41,6); }

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