Html Css Color HEX #953C02 Saddle Brown

📋 copy color: '#953C02'

red 149 ◦ green 60 ◦ blue 2

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

Shades of Saddle Brown #953C02

Tints of Saddle Brown #953C02

RGB

 RED value IS 149 (58.59% from 255) = 70.62%

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

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

R = 70.62%
G = 28.44%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#953C02 (or 0x953C02) is known color: Saddle Brown. HEX triplet: 95, 3C and 02. RGB value is (149,60,2). Sum of RGB (Red+Green+Blue) = 149+60+2=211 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.62% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 149 - color contains mainly: red. Hex color #953C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953C02 is #6AC3FD. Grayscale: #505050. Windows color (decimal): -6996990 or 146581. OLE color: 146581.

HSL color Cylindrical-coordinate representation of color #953C02: hue angle of 23.67º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #953C02 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 60 2 -
CMYK 0 0.60 0.99 0.42
HSL 23.67º 0.97% 0.3% -
HSV(B) 23.67º 0.99% 0.58% -
XYZ 14.02 9.63 1.18 -
YUV 80 83.99 177.22 -
System Red Green Blue C M Y K H S L
Decimal 149 60 2 0 0.60 0.99 0.42 23.67 0.97 0.3
Hex 95 3C 2 0 3C 63 2A 18 61 1E
Octal 225 74 2 0 74 143 52 30 141 36
Binary 10010101 111100 10 0 111100 1100011 101010 11000 1100001 11110

Color Harmonies of #953C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C02

Black with #953C02

Text Example


Text Example

White with #953C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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