Html Css Color HEX #853C00 Saddle Brown

📋 copy color: '#853C00'

red 133 ◦ green 60 ◦ blue 0

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

Shades of Saddle Brown #853C00

Tints of Saddle Brown #853C00

RGB

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

 GREEN value IS 60 (23.83% from 255) = 31.09%

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

R = 68.91%
G = 31.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#853C00 (or 0x853C00) is known color: Saddle Brown. HEX triplet: 85, 3C and 00. RGB value is (133,60,0). Sum of RGB (Red+Green+Blue) = 133+60+0=193 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.91% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 133 - color contains mainly: red. Hex color #853C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853C00 is #7AC3FF. Grayscale: #4B4B4B. Windows color (decimal): -8045568 or 15493. OLE color: 15493.

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

Color convert

RGB 133 60 0 -
CMYK 0 0.55 1 0.48
HSL 27.07º 1% 0.26% -
HSV(B) 27.07º 1% 0.52% -
XYZ 11.29 8.22 0.99 -
YUV 74.99 85.68 169.38 -
System Red Green Blue C M Y K H S L
Decimal 133 60 0 0 0.55 1 0.48 27.07 1 0.26
Hex 85 3C 0 0 37 64 30 1B 64 1A
Octal 205 74 0 0 67 144 60 33 144 32
Binary 10000101 111100 0 0 110111 1100100 110000 11011 1100100 11010

Color Harmonies of #853C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C00

Black with #853C00

Text Example


Text Example

White with #853C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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