Html Css Color HEX #95490C Saddle Brown

📋 copy color: '#95490C'

red 149 ◦ green 73 ◦ blue 12

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

Shades of Saddle Brown #95490C

Tints of Saddle Brown #95490C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 31.2%

 BLUE value IS 12 (5.08% from 255) = 5.13%

R = 63.68%
G = 31.2%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#95490C (or 0x95490C) is known color: Saddle Brown. HEX triplet: 95, 49 and 0C. RGB value is (149,73,12). Sum of RGB (Red+Green+Blue) = 149+73+12=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 12 (5.08% from 255 or 5.13% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #95490C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95490C is #6AB6F3. Grayscale: #595959. Windows color (decimal): -6993652 or 805269. OLE color: 805269.

HSL color Cylindrical-coordinate representation of color #95490C: hue angle of 26.72º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95490C is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 73 12 -
CMYK 0 0.51 0.92 0.42
HSL 26.72º 0.85% 0.32% -
HSV(B) 26.72º 0.92% 0.58% -
XYZ 14.84 11.18 1.72 -
YUV 88.77 84.68 170.96 -
System Red Green Blue C M Y K H S L
Decimal 149 73 12 0 0.51 0.92 0.42 26.72 0.85 0.32
Hex 95 49 C 0 33 5C 2A 1B 55 20
Octal 225 111 14 0 63 134 52 33 125 40
Binary 10010101 1001001 1100 0 110011 1011100 101010 11011 1010101 100000

Color Harmonies of #95490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95490C

Black with #95490C

Text Example


Text Example

White with #95490C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95490C; }

 p { color: rgb(149,73,12); }

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

background-color css

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

 a { background-color: rgb(149,73,12); }

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

border-color css

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

 span { border-color: rgb(149,73,12); }

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