Html Css Color HEX #95490F Saddle Brown

📋 copy color: '#95490F'

red 149 ◦ green 73 ◦ blue 15

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

Shades of Saddle Brown #95490F

Tints of Saddle Brown #95490F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.33%

R = 62.87%
G = 30.8%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#95490F (or 0x95490F) is known color: Saddle Brown. HEX triplet: 95, 49 and 0F. RGB value is (149,73,15). Sum of RGB (Red+Green+Blue) = 149+73+15=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #95490F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95490F is #6AB6F0. Grayscale: #595959. Windows color (decimal): -6993649 or 1001877. OLE color: 1001877.

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

Color convert

RGB 149 73 15 -
CMYK 0 0.51 0.90 0.42
HSL 25.97º 0.82% 0.32% -
HSV(B) 25.97º 0.9% 0.58% -
XYZ 14.86 11.19 1.83 -
YUV 89.11 86.18 170.72 -
System Red Green Blue C M Y K H S L
Decimal 149 73 15 0 0.51 0.90 0.42 25.97 0.82 0.32
Hex 95 49 F 0 33 5A 2A 1A 52 20
Octal 225 111 17 0 63 132 52 32 122 40
Binary 10010101 1001001 1111 0 110011 1011010 101010 11010 1010010 100000

Color Harmonies of #95490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95490F

Black with #95490F

Text Example


Text Example

White with #95490F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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