Html Css Color HEX #952E0A Saddle Brown

📋 copy color: '#952E0A'

red 149 ◦ green 46 ◦ blue 10

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

Shades of Saddle Brown #952E0A

Tints of Saddle Brown #952E0A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.44%

 BLUE value IS 10 (4.3% from 255) = 4.88%

R = 72.68%
G = 22.44%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#952E0A (or 0x952E0A) is known color: Saddle Brown. HEX triplet: 95, 2E and 0A. RGB value is (149,46,10). Sum of RGB (Red+Green+Blue) = 149+46+10=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #952E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952E0A is #6AD1F5. Grayscale: #484848. Windows color (decimal): -7000566 or 667285. OLE color: 667285.

HSL color Cylindrical-coordinate representation of color #952E0A: hue angle of 15.54º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #952E0A is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 46 10 -
CMYK 0 0.69 0.93 0.42
HSL 15.54º 0.87% 0.31% -
HSV(B) 15.54º 0.93% 0.58% -
XYZ 13.43 8.37 1.19 -
YUV 72.69 92.62 182.43 -
System Red Green Blue C M Y K H S L
Decimal 149 46 10 0 0.69 0.93 0.42 15.54 0.87 0.31
Hex 95 2E A 0 45 5D 2A 10 57 1F
Octal 225 56 12 0 105 135 52 20 127 37
Binary 10010101 101110 1010 0 1000101 1011101 101010 10000 1010111 11111

Color Harmonies of #952E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952E0A

Black with #952E0A

Text Example


Text Example

White with #952E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,46,10); }

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

background-color css

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

 a { background-color: rgb(149,46,10); }

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

border-color css

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

 span { border-color: rgb(149,46,10); }

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