Html Css Color HEX #95440D Saddle Brown

📋 copy color: '#95440D'

red 149 ◦ green 68 ◦ blue 13

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

Shades of Saddle Brown #95440D

Tints of Saddle Brown #95440D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.65%

R = 64.78%
G = 29.57%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#95440D (or 0x95440D) is known color: Saddle Brown. HEX triplet: 95, 44 and 0D. RGB value is (149,68,13). Sum of RGB (Red+Green+Blue) = 149+68+13=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 13 (5.47% from 255 or 5.65% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #95440D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95440D is #6ABBF2. Grayscale: #565656. Windows color (decimal): -6994931 or 869525. OLE color: 869525.

HSL color Cylindrical-coordinate representation of color #95440D: hue angle of 24.26º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95440D is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 68 13 -
CMYK 0 0.54 0.91 0.42
HSL 24.26º 0.84% 0.32% -
HSV(B) 24.26º 0.91% 0.58% -
XYZ 14.53 10.55 1.65 -
YUV 85.95 86.84 172.97 -
System Red Green Blue C M Y K H S L
Decimal 149 68 13 0 0.54 0.91 0.42 24.26 0.84 0.32
Hex 95 44 D 0 36 5B 2A 18 54 20
Octal 225 104 15 0 66 133 52 30 124 40
Binary 10010101 1000100 1101 0 110110 1011011 101010 11000 1010100 100000

Color Harmonies of #95440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95440D

Black with #95440D

Text Example


Text Example

White with #95440D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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