Html Css Color HEX #95440F Saddle Brown

📋 copy color: '#95440F'

red 149 ◦ green 68 ◦ blue 15

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

Shades of Saddle Brown #95440F

Tints of Saddle Brown #95440F

RGB

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

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

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

R = 64.22%
G = 29.31%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#95440F (or 0x95440F) is known color: Saddle Brown. HEX triplet: 95, 44 and 0F. RGB value is (149,68,15). Sum of RGB (Red+Green+Blue) = 149+68+15=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #95440F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95440F is #6ABBF0. Grayscale: #565656. Windows color (decimal): -6994929 or 1000597. OLE color: 1000597.

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

Color convert

RGB 149 68 15 -
CMYK 0 0.54 0.90 0.42
HSL 23.73º 0.82% 0.32% -
HSV(B) 23.73º 0.9% 0.58% -
XYZ 14.55 10.56 1.72 -
YUV 86.18 87.84 172.81 -
System Red Green Blue C M Y K H S L
Decimal 149 68 15 0 0.54 0.90 0.42 23.73 0.82 0.32
Hex 95 44 F 0 36 5A 2A 18 52 20
Octal 225 104 17 0 66 132 52 30 122 40
Binary 10010101 1000100 1111 0 110110 1011010 101010 11000 1010010 100000

Color Harmonies of #95440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95440F

Black with #95440F

Text Example


Text Example

White with #95440F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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