Html Css Color HEX #95390F Saddle Brown

📋 copy color: '#95390F'

red 149 ◦ green 57 ◦ blue 15

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

Shades of Saddle Brown #95390F

Tints of Saddle Brown #95390F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.79%

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

R = 67.42%
G = 25.79%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#95390F (or 0x95390F) is known color: Saddle Brown. HEX triplet: 95, 39 and 0F. RGB value is (149,57,15). Sum of RGB (Red+Green+Blue) = 149+57+15=221 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.42% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 15 (6.25% from 255 or 6.79% from 221); Max value from RGB is 149 - color contains mainly: red. Hex color #95390F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95390F is #6AC6F0. Grayscale: #4F4F4F. Windows color (decimal): -6997745 or 997781. OLE color: 997781.

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

Color convert

RGB 149 57 15 -
CMYK 0 0.62 0.90 0.42
HSL 18.81º 0.82% 0.32% -
HSV(B) 18.81º 0.9% 0.58% -
XYZ 13.94 9.35 1.52 -
YUV 79.72 91.48 177.42 -
System Red Green Blue C M Y K H S L
Decimal 149 57 15 0 0.62 0.90 0.42 18.81 0.82 0.32
Hex 95 39 F 0 3E 5A 2A 13 52 20
Octal 225 71 17 0 76 132 52 23 122 40
Binary 10010101 111001 1111 0 111110 1011010 101010 10011 1010010 100000

Color Harmonies of #95390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95390F

Black with #95390F

Text Example


Text Example

White with #95390F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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