Html Css Color HEX #952A02 Saddle Brown

📋 copy color: '#952A02'

red 149 ◦ green 42 ◦ blue 2

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

Shades of Saddle Brown #952A02

Tints of Saddle Brown #952A02

RGB

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

 GREEN value IS 42 (16.8% from 255) = 21.76%

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

R = 77.2%
G = 21.76%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#952A02 (or 0x952A02) is known color: Saddle Brown. HEX triplet: 95, 2A and 02. RGB value is (149,42,2). Sum of RGB (Red+Green+Blue) = 149+42+2=193 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.20% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 149 - color contains mainly: red. Hex color #952A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952A02 is #6AD5FD. Grayscale: #454545. Windows color (decimal): -7001598 or 141973. OLE color: 141973.

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

Color convert

RGB 149 42 2 -
CMYK 0 0.72 0.99 0.42
HSL 16.33º 0.97% 0.3% -
HSV(B) 16.33º 0.99% 0.58% -
XYZ 13.23 8.05 0.91 -
YUV 69.43 89.95 184.75 -
System Red Green Blue C M Y K H S L
Decimal 149 42 2 0 0.72 0.99 0.42 16.33 0.97 0.3
Hex 95 2A 2 0 48 63 2A 10 61 1E
Octal 225 52 2 0 110 143 52 20 141 36
Binary 10010101 101010 10 0 1001000 1100011 101010 10000 1100001 11110

Color Harmonies of #952A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952A02

Black with #952A02

Text Example


Text Example

White with #952A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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