Html Css Color HEX #852903 Saddle Brown

📋 copy color: '#852903'

red 133 ◦ green 41 ◦ blue 3

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

Shades of Saddle Brown #852903

Tints of Saddle Brown #852903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.69%

R = 75.14%
G = 23.16%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#852903 (or 0x852903) is known color: Saddle Brown. HEX triplet: 85, 29 and 03. RGB value is (133,41,3). Sum of RGB (Red+Green+Blue) = 133+41+3=177 (23% of max value = 765). Red value is 133 (52.34% from 255 or 75.14% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 133 - color contains mainly: red. Hex color #852903 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852903 is #7AD6FC. Grayscale: #404040. Windows color (decimal): -8050429 or 207237. OLE color: 207237.

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

Color convert

RGB 133 41 3 -
CMYK 0 0.69 0.98 0.48
HSL 17.54º 0.96% 0.27% -
HSV(B) 17.54º 0.98% 0.52% -
XYZ 10.48 6.58 0.8 -
YUV 64.18 93.48 177.09 -
System Red Green Blue C M Y K H S L
Decimal 133 41 3 0 0.69 0.98 0.48 17.54 0.96 0.27
Hex 85 29 3 0 45 62 30 12 60 1B
Octal 205 51 3 0 105 142 60 22 140 33
Binary 10000101 101001 11 0 1000101 1100010 110000 10010 1100000 11011

Color Harmonies of #852903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852903

Black with #852903

Text Example


Text Example

White with #852903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852903; }

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

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

background-color css

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

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

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

border-color css

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

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

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