Html Css Color HEX #95440B Saddle Brown

📋 copy color: '#95440B'

red 149 ◦ green 68 ◦ blue 11

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

Shades of Saddle Brown #95440B

Tints of Saddle Brown #95440B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.82%

R = 65.35%
G = 29.82%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#95440B (or 0x95440B) is known color: Saddle Brown. HEX triplet: 95, 44 and 0B. RGB value is (149,68,11). Sum of RGB (Red+Green+Blue) = 149+68+11=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 11 (4.69% from 255 or 4.82% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #95440B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95440B is #6ABBF4. Grayscale: #565656. Windows color (decimal): -6994933 or 738453. OLE color: 738453.

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

Color convert

RGB 149 68 11 -
CMYK 0 0.54 0.93 0.42
HSL 24.78º 0.86% 0.31% -
HSV(B) 24.78º 0.93% 0.58% -
XYZ 14.52 10.55 1.59 -
YUV 85.72 85.84 173.13 -
System Red Green Blue C M Y K H S L
Decimal 149 68 11 0 0.54 0.93 0.42 24.78 0.86 0.31
Hex 95 44 B 0 36 5D 2A 19 56 1F
Octal 225 104 13 0 66 135 52 31 126 37
Binary 10010101 1000100 1011 0 110110 1011101 101010 11001 1010110 11111

Color Harmonies of #95440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95440B

Black with #95440B

Text Example


Text Example

White with #95440B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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