Html Css Color HEX #952A00 Saddle Brown

📋 copy color: '#952A00'

red 149 ◦ green 42 ◦ blue 0

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

Shades of Saddle Brown #952A00

Tints of Saddle Brown #952A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.01%
G = 21.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#952A00 (or 0x952A00) is known color: Saddle Brown. HEX triplet: 95, 2A and 00. RGB value is (149,42,0). Sum of RGB (Red+Green+Blue) = 149+42+0=191 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.01% from 191); Green value is 42 (16.80% from 255 or 21.99% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 149 - color contains mainly: red. Hex color #952A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952A00 is #6AD5FF. Grayscale: #454545. Windows color (decimal): -7001600 or 10901. OLE color: 10901.

HSL color Cylindrical-coordinate representation of color #952A00: hue angle of 16.91º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #952A00 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 42 0 -
CMYK 0 0.72 1 0.42
HSL 16.91º 1% 0.29% -
HSV(B) 16.91º 1% 0.58% -
XYZ 13.22 8.05 0.86 -
YUV 69.21 88.95 184.92 -
System Red Green Blue C M Y K H S L
Decimal 149 42 0 0 0.72 1 0.42 16.91 1 0.29
Hex 95 2A 0 0 48 64 2A 11 64 1D
Octal 225 52 0 0 110 144 52 21 144 35
Binary 10010101 101010 0 0 1001000 1100100 101010 10001 1100100 11101

Color Harmonies of #952A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952A00

Black with #952A00

Text Example


Text Example

White with #952A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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