Html Css Color HEX #853C02 Saddle Brown

📋 copy color: '#853C02'

red 133 ◦ green 60 ◦ blue 2

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

Shades of Saddle Brown #853C02

Tints of Saddle Brown #853C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.03%

R = 68.21%
G = 30.77%
B = 1.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#853C02 (or 0x853C02) is known color: Saddle Brown. HEX triplet: 85, 3C and 02. RGB value is (133,60,2). Sum of RGB (Red+Green+Blue) = 133+60+2=195 (25% of max value = 765). Red value is 133 (52.34% from 255 or 68.21% from 195); Green value is 60 (23.83% from 255 or 30.77% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 133 - color contains mainly: red. Hex color #853C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #853C02 is #7AC3FD. Grayscale: #4B4B4B. Windows color (decimal): -8045566 or 146565. OLE color: 146565.

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

Color convert

RGB 133 60 2 -
CMYK 0 0.55 0.98 0.48
HSL 26.56º 0.97% 0.26% -
HSV(B) 26.56º 0.98% 0.52% -
XYZ 11.3 8.22 1.05 -
YUV 75.22 86.68 169.22 -
System Red Green Blue C M Y K H S L
Decimal 133 60 2 0 0.55 0.98 0.48 26.56 0.97 0.26
Hex 85 3C 2 0 37 62 30 1B 61 1A
Octal 205 74 2 0 67 142 60 33 141 32
Binary 10000101 111100 10 0 110111 1100010 110000 11011 1100001 11010

Color Harmonies of #853C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C02

Black with #853C02

Text Example


Text Example

White with #853C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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