Html Css Color HEX #954D1C Saddle Brown

📋 copy color: '#954D1C'

red 149 ◦ green 77 ◦ blue 28

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

Shades of Saddle Brown #954D1C

Tints of Saddle Brown #954D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.02%

R = 58.66%
G = 30.31%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#954D1C (or 0x954D1C) is known color: Saddle Brown. HEX triplet: 95, 4D and 1C. RGB value is (149,77,28). Sum of RGB (Red+Green+Blue) = 149+77+28=254 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.66% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 149 - color contains mainly: red. Hex color #954D1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954D1C is #6AB2E3. Grayscale: #5D5D5D. Windows color (decimal): -6992612 or 1854869. OLE color: 1854869.

HSL color Cylindrical-coordinate representation of color #954D1C: hue angle of 24.3º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #954D1C is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 77 28 -
CMYK 0 0.48 0.81 0.42
HSL 24.3º 0.68% 0.35% -
HSV(B) 24.3º 0.81% 0.58% -
XYZ 15.26 11.78 2.57 -
YUV 92.94 91.35 167.98 -
System Red Green Blue C M Y K H S L
Decimal 149 77 28 0 0.48 0.81 0.42 24.3 0.68 0.35
Hex 95 4D 1C 0 30 51 2A 18 44 23
Octal 225 115 34 0 60 121 52 30 104 43
Binary 10010101 1001101 11100 0 110000 1010001 101010 11000 1000100 100011

Color Harmonies of #954D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954D1C

Black with #954D1C

Text Example


Text Example

White with #954D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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