Html Css Color HEX #953102 Saddle Brown

📋 copy color: '#953102'

red 149 ◦ green 49 ◦ blue 2

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

Shades of Saddle Brown #953102

Tints of Saddle Brown #953102

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.5%

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

R = 74.5%
G = 24.5%
B = 1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#953102 (or 0x953102) is known color: Saddle Brown. HEX triplet: 95, 31 and 02. RGB value is (149,49,2). Sum of RGB (Red+Green+Blue) = 149+49+2=200 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 149 - color contains mainly: red. Hex color #953102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #953102 is #6ACEFD. Grayscale: #494949. Windows color (decimal): -6999806 or 143765. OLE color: 143765.

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

Color convert

RGB 149 49 2 -
CMYK 0 0.67 0.99 0.42
HSL 19.18º 0.97% 0.3% -
HSV(B) 19.18º 0.99% 0.58% -
XYZ 13.5 8.59 1 -
YUV 73.54 87.63 181.82 -
System Red Green Blue C M Y K H S L
Decimal 149 49 2 0 0.67 0.99 0.42 19.18 0.97 0.3
Hex 95 31 2 0 43 63 2A 13 61 1E
Octal 225 61 2 0 103 143 52 23 141 36
Binary 10010101 110001 10 0 1000011 1100011 101010 10011 1100001 11110

Color Harmonies of #953102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953102

Black with #953102

Text Example


Text Example

White with #953102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953102; }

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

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

background-color css

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

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

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

border-color css

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

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

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