Html Css Color HEX #852905 Saddle Brown

📋 copy color: '#852905'

red 133 ◦ green 41 ◦ blue 5

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

Shades of Saddle Brown #852905

Tints of Saddle Brown #852905

RGB

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

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

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

R = 74.3%
G = 22.91%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#852905 (or 0x852905) is known color: Saddle Brown. HEX triplet: 85, 29 and 05. RGB value is (133,41,5). Sum of RGB (Red+Green+Blue) = 133+41+5=179 (23% of max value = 765). Red value is 133 (52.34% from 255 or 74.30% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 5 (2.34% from 255 or 2.79% from 179); Max value from RGB is 133 - color contains mainly: red. Hex color #852905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852905 is #7AD6FA. Grayscale: #404040. Windows color (decimal): -8050427 or 338309. OLE color: 338309.

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

Color convert

RGB 133 41 5 -
CMYK 0 0.69 0.96 0.48
HSL 16.88º 0.93% 0.27% -
HSV(B) 16.88º 0.96% 0.52% -
XYZ 10.49 6.58 0.86 -
YUV 64.4 94.48 176.93 -
System Red Green Blue C M Y K H S L
Decimal 133 41 5 0 0.69 0.96 0.48 16.88 0.93 0.27
Hex 85 29 5 0 45 60 30 11 5D 1B
Octal 205 51 5 0 105 140 60 21 135 33
Binary 10000101 101001 101 0 1000101 1100000 110000 10001 1011101 11011

Color Harmonies of #852905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852905

Black with #852905

Text Example


Text Example

White with #852905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852905; }

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

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

background-color css

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

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

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

border-color css

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

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

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