Html Css Color HEX #852901 Saddle Brown

📋 copy color: '#852901'

red 133 ◦ green 41 ◦ blue 1

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

Shades of Saddle Brown #852901

Tints of Saddle Brown #852901

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.57%

R = 76%
G = 23.43%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#852901 (or 0x852901) is known color: Saddle Brown. HEX triplet: 85, 29 and 01. RGB value is (133,41,1). Sum of RGB (Red+Green+Blue) = 133+41+1=175 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76% from 175); Green value is 41 (16.41% from 255 or 23.43% from 175); Blue value is 1 (0.78% from 255 or 0.57% from 175); Max value from RGB is 133 - color contains mainly: red. Hex color #852901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852901 is #7AD6FE. Grayscale: #404040. Windows color (decimal): -8050431 or 76165. OLE color: 76165.

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

Color convert

RGB 133 41 1 -
CMYK 0 0.69 0.99 0.48
HSL 18.18º 0.99% 0.26% -
HSV(B) 18.18º 0.99% 0.52% -
XYZ 10.47 6.57 0.75 -
YUV 63.95 92.48 177.25 -
System Red Green Blue C M Y K H S L
Decimal 133 41 1 0 0.69 0.99 0.48 18.18 0.99 0.26
Hex 85 29 1 0 45 63 30 12 63 1A
Octal 205 51 1 0 105 143 60 22 143 32
Binary 10000101 101001 1 0 1000101 1100011 110000 10010 1100011 11010

Color Harmonies of #852901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852901

Black with #852901

Text Example


Text Example

White with #852901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852901; }

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

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

background-color css

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

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

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

border-color css

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

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

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