Html Css Color HEX #95460F Saddle Brown

📋 copy color: '#95460F'

red 149 ◦ green 70 ◦ blue 15

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

Shades of Saddle Brown #95460F

Tints of Saddle Brown #95460F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.91%

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

R = 63.68%
G = 29.91%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#95460F (or 0x95460F) is known color: Saddle Brown. HEX triplet: 95, 46 and 0F. RGB value is (149,70,15). Sum of RGB (Red+Green+Blue) = 149+70+15=234 (30% of max value = 765). Red value is 149 (58.59% from 255 or 63.68% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 149 - color contains mainly: red. Hex color #95460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95460F is #6AB9F0. Grayscale: #575757. Windows color (decimal): -6994417 or 1001109. OLE color: 1001109.

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

Color convert

RGB 149 70 15 -
CMYK 0 0.53 0.90 0.42
HSL 24.63º 0.82% 0.32% -
HSV(B) 24.63º 0.9% 0.58% -
XYZ 14.67 10.8 1.76 -
YUV 87.35 87.17 171.97 -
System Red Green Blue C M Y K H S L
Decimal 149 70 15 0 0.53 0.90 0.42 24.63 0.82 0.32
Hex 95 46 F 0 35 5A 2A 19 52 20
Octal 225 106 17 0 65 132 52 31 122 40
Binary 10010101 1000110 1111 0 110101 1011010 101010 11001 1010010 100000

Color Harmonies of #95460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95460F

Black with #95460F

Text Example


Text Example

White with #95460F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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