Html Css Color HEX #852A00 Saddle Brown

📋 copy color: '#852A00'

red 133 ◦ green 42 ◦ blue 0

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

Shades of Saddle Brown #852A00

Tints of Saddle Brown #852A00

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24%

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

R = 76%
G = 24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#852A00 (or 0x852A00) is known color: Saddle Brown. HEX triplet: 85, 2A and 00. RGB value is (133,42,0). Sum of RGB (Red+Green+Blue) = 133+42+0=175 (23% of max value = 765). Red value is 133 (52.34% from 255 or 76% from 175); Green value is 42 (16.80% from 255 or 24% from 175); Blue value is 0 (0.39% from 255 or 0% from 175); Max value from RGB is 133 - color contains mainly: red. Hex color #852A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852A00 is #7AD5FF. Grayscale: #404040. Windows color (decimal): -8050176 or 10885. OLE color: 10885.

HSL color Cylindrical-coordinate representation of color #852A00: hue angle of 18.95º 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 #852A00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 42 0 -
CMYK 0 0.68 1 0.48
HSL 18.95º 1% 0.26% -
HSV(B) 18.95º 1% 0.52% -
XYZ 10.5 6.64 0.73 -
YUV 64.42 91.65 176.92 -
System Red Green Blue C M Y K H S L
Decimal 133 42 0 0 0.68 1 0.48 18.95 1 0.26
Hex 85 2A 0 0 44 64 30 13 64 1A
Octal 205 52 0 0 104 144 60 23 144 32
Binary 10000101 101010 0 0 1000100 1100100 110000 10011 1100100 11010

Color Harmonies of #852A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852A00

Black with #852A00

Text Example


Text Example

White with #852A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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