Html Css Color HEX #953402 Saddle Brown

📋 copy color: '#953402'

red 149 ◦ green 52 ◦ blue 2

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

Shades of Saddle Brown #953402

Tints of Saddle Brown #953402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.62%

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

R = 73.4%
G = 25.62%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#953402 (or 0x953402) is known color: Saddle Brown. HEX triplet: 95, 34 and 02. RGB value is (149,52,2). Sum of RGB (Red+Green+Blue) = 149+52+2=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #953402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953402 is #6ACBFD. Grayscale: #4B4B4B. Windows color (decimal): -6999038 or 144533. OLE color: 144533.

HSL color Cylindrical-coordinate representation of color #953402: hue angle of 20.41º 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 #953402 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 52 2 -
CMYK 0 0.65 0.99 0.42
HSL 20.41º 0.97% 0.3% -
HSV(B) 20.41º 0.99% 0.58% -
XYZ 13.63 8.85 1.05 -
YUV 75.3 86.64 180.57 -
System Red Green Blue C M Y K H S L
Decimal 149 52 2 0 0.65 0.99 0.42 20.41 0.97 0.3
Hex 95 34 2 0 41 63 2A 14 61 1E
Octal 225 64 2 0 101 143 52 24 141 36
Binary 10010101 110100 10 0 1000001 1100011 101010 10100 1100001 11110

Color Harmonies of #953402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953402

Black with #953402

Text Example


Text Example

White with #953402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953402; }

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

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

background-color css

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

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

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

border-color css

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

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

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