Html Css Color HEX #95441E Saddle Brown

📋 copy color: '#95441E'

red 149 ◦ green 68 ◦ blue 30

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

Shades of Saddle Brown #95441E

Tints of Saddle Brown #95441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.53%

 BLUE value IS 30 (12.11% from 255) = 12.15%

R = 60.32%
G = 27.53%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#95441E (or 0x95441E) is known color: Saddle Brown. HEX triplet: 95, 44 and 1E. RGB value is (149,68,30). Sum of RGB (Red+Green+Blue) = 149+68+30=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #95441E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #95441E is #6ABBE1. Grayscale: #585858. Windows color (decimal): -6994914 or 1983637. OLE color: 1983637.

HSL color Cylindrical-coordinate representation of color #95441E: hue angle of 19.16º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95441E is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 68 30 -
CMYK 0 0.54 0.80 0.42
HSL 19.16º 0.66% 0.35% -
HSV(B) 19.16º 0.8% 0.58% -
XYZ 14.7 10.62 2.5 -
YUV 87.89 95.34 171.59 -
System Red Green Blue C M Y K H S L
Decimal 149 68 30 0 0.54 0.80 0.42 19.16 0.66 0.35
Hex 95 44 1E 0 36 50 2A 13 42 23
Octal 225 104 36 0 66 120 52 23 102 43
Binary 10010101 1000100 11110 0 110110 1010000 101010 10011 1000010 100011

Color Harmonies of #95441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95441E

Black with #95441E

Text Example


Text Example

White with #95441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95441E; }

 p { color: rgb(149,68,30); }

 H1.HeaderClassName
 {
   color: #95441E;
 }
 .AnyTagClassName
 {
   color: #95441E;
 }
</style>

background-color css

<style>
 a { background-color: #95441E; }

 a { background-color: rgb(149,68,30); }

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

border-color css

<style>
 span { border-color: #95441E; }

 span { border-color: rgb(149,68,30); }

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