Html Css Color HEX #95470F Saddle Brown

📋 copy color: '#95470F'

red 149 ◦ green 71 ◦ blue 15

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

Shades of Saddle Brown #95470F

Tints of Saddle Brown #95470F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 30.21%

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

R = 63.4%
G = 30.21%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#95470F (or 0x95470F) is known color: Saddle Brown. HEX triplet: 95, 47 and 0F. RGB value is (149,71,15). Sum of RGB (Red+Green+Blue) = 149+71+15=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 71 (28.12% from 255 or 30.21% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #95470F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95470F is #6AB8F0. Grayscale: #585858. Windows color (decimal): -6994161 or 1001365. OLE color: 1001365.

HSL color Cylindrical-coordinate representation of color #95470F: hue angle of 25.07º 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 #95470F is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 71 15 -
CMYK 0 0.52 0.90 0.42
HSL 25.07º 0.82% 0.32% -
HSV(B) 25.07º 0.9% 0.58% -
XYZ 14.73 10.93 1.79 -
YUV 87.94 86.84 171.55 -
System Red Green Blue C M Y K H S L
Decimal 149 71 15 0 0.52 0.90 0.42 25.07 0.82 0.32
Hex 95 47 F 0 34 5A 2A 19 52 20
Octal 225 107 17 0 64 132 52 31 122 40
Binary 10010101 1000111 1111 0 110100 1011010 101010 11001 1010010 100000

Color Harmonies of #95470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95470F

Black with #95470F

Text Example


Text Example

White with #95470F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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