Html Css Color HEX #852900 Saddle Brown

📋 copy color: '#852900'

red 133 ◦ green 41 ◦ blue 0

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

Shades of Saddle Brown #852900

Tints of Saddle Brown #852900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.44%
G = 23.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#852900 (or 0x852900) is known color: Saddle Brown. HEX triplet: 85, 29 and 00. RGB value is (133,41,0). Sum of RGB (Red+Green+Blue) = 133+41+0=174 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76.44% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 0 (0.39% from 255 or 0% from 174); Max value from RGB is 133 - color contains mainly: red. Hex color #852900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852900 is #7AD6FF. Grayscale: #404040. Windows color (decimal): -8050432 or 10629. OLE color: 10629.

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

Color convert

RGB 133 41 0 -
CMYK 0 0.69 1 0.48
HSL 18.5º 1% 0.26% -
HSV(B) 18.5º 1% 0.52% -
XYZ 10.47 6.57 0.72 -
YUV 63.83 91.98 177.33 -
System Red Green Blue C M Y K H S L
Decimal 133 41 0 0 0.69 1 0.48 18.5 1 0.26
Hex 85 29 0 0 45 64 30 12 64 1A
Octal 205 51 0 0 105 144 60 22 144 32
Binary 10000101 101001 0 0 1000101 1100100 110000 10010 1100100 11010

Color Harmonies of #852900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852900

Black with #852900

Text Example


Text Example

White with #852900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852900; }

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

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

background-color css

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

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

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

border-color css

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

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

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