Html Css Color HEX #95400F Saddle Brown

📋 copy color: '#95400F'

red 149 ◦ green 64 ◦ blue 15

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

Shades of Saddle Brown #95400F

Tints of Saddle Brown #95400F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.07%

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

R = 65.35%
G = 28.07%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#95400F (or 0x95400F) is known color: Saddle Brown. HEX triplet: 95, 40 and 0F. RGB value is (149,64,15). Sum of RGB (Red+Green+Blue) = 149+64+15=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 64 (25.39% from 255 or 28.07% from 228); Blue value is 15 (6.25% from 255 or 6.58% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #95400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95400F is #6ABFF0. Grayscale: #545454. Windows color (decimal): -6995953 or 999573. OLE color: 999573.

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

Color convert

RGB 149 64 15 -
CMYK 0 0.57 0.90 0.42
HSL 21.94º 0.82% 0.32% -
HSV(B) 21.94º 0.9% 0.58% -
XYZ 14.31 10.09 1.65 -
YUV 83.83 89.16 174.48 -
System Red Green Blue C M Y K H S L
Decimal 149 64 15 0 0.57 0.90 0.42 21.94 0.82 0.32
Hex 95 40 F 0 39 5A 2A 16 52 20
Octal 225 100 17 0 71 132 52 26 122 40
Binary 10010101 1000000 1111 0 111001 1011010 101010 10110 1010010 100000

Color Harmonies of #95400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95400F

Black with #95400F

Text Example


Text Example

White with #95400F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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