Html Css Color HEX #954D0D Saddle Brown

📋 copy color: '#954D0D'

red 149 ◦ green 77 ◦ blue 13

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

Shades of Saddle Brown #954D0D

Tints of Saddle Brown #954D0D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.22%

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

R = 62.34%
G = 32.22%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#954D0D (or 0x954D0D) is known color: Saddle Brown. HEX triplet: 95, 4D and 0D. RGB value is (149,77,13). Sum of RGB (Red+Green+Blue) = 149+77+13=239 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.34% from 239); Green value is 77 (30.47% from 255 or 32.22% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 149 - color contains mainly: red. Hex color #954D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954D0D is #6AB2F2. Grayscale: #5B5B5B. Windows color (decimal): -6992627 or 871829. OLE color: 871829.

HSL color Cylindrical-coordinate representation of color #954D0D: hue angle of 28.24º 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 #954D0D is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 77 13 -
CMYK 0 0.48 0.91 0.42
HSL 28.24º 0.84% 0.32% -
HSV(B) 28.24º 0.91% 0.58% -
XYZ 15.12 11.73 1.85 -
YUV 91.23 83.85 169.2 -
System Red Green Blue C M Y K H S L
Decimal 149 77 13 0 0.48 0.91 0.42 28.24 0.84 0.32
Hex 95 4D D 0 30 5B 2A 1C 54 20
Octal 225 115 15 0 60 133 52 34 124 40
Binary 10010101 1001101 1101 0 110000 1011011 101010 11100 1010100 100000

Color Harmonies of #954D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954D0D

Black with #954D0D

Text Example


Text Example

White with #954D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954D0D; }

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

 H1.HeaderClassName
 {
   color: #954D0D;
 }
 .AnyTagClassName
 {
   color: #954D0D;
 }
</style>

background-color css

<style>
 a { background-color: #954D0D; }

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

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

border-color css

<style>
 span { border-color: #954D0D; }

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

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