Html Css Color HEX #853A00 Saddle Brown

📋 copy color: '#853A00'

red 133 ◦ green 58 ◦ blue 0

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

Shades of Saddle Brown #853A00

Tints of Saddle Brown #853A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.37%

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

R = 69.63%
G = 30.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#853A00 (or 0x853A00) is known color: Saddle Brown. HEX triplet: 85, 3A and 00. RGB value is (133,58,0). Sum of RGB (Red+Green+Blue) = 133+58+0=191 (25% of max value = 765). Red value is 133 (52.34% from 255 or 69.63% from 191); Green value is 58 (23.05% from 255 or 30.37% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 133 - color contains mainly: red. Hex color #853A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853A00 is #7AC5FF. Grayscale: #4A4A4A. Windows color (decimal): -8046080 or 14981. OLE color: 14981.

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

Color convert

RGB 133 58 0 -
CMYK 0 0.56 1 0.48
HSL 26.17º 1% 0.26% -
HSV(B) 26.17º 1% 0.52% -
XYZ 11.19 8.01 0.96 -
YUV 73.81 86.35 170.22 -
System Red Green Blue C M Y K H S L
Decimal 133 58 0 0 0.56 1 0.48 26.17 1 0.26
Hex 85 3A 0 0 38 64 30 1A 64 1A
Octal 205 72 0 0 70 144 60 32 144 32
Binary 10000101 111010 0 0 111000 1100100 110000 11010 1100100 11010

Color Harmonies of #853A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853A00

Black with #853A00

Text Example


Text Example

White with #853A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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