Html Css Color HEX #954D04 Saddle Brown

📋 copy color: '#954D04'

red 149 ◦ green 77 ◦ blue 4

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

Shades of Saddle Brown #954D04

Tints of Saddle Brown #954D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.74%

R = 64.78%
G = 33.48%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#954D04 (or 0x954D04) is known color: Saddle Brown. HEX triplet: 95, 4D and 04. RGB value is (149,77,4). Sum of RGB (Red+Green+Blue) = 149+77+4=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #954D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954D04 is #6AB2FB. Grayscale: #5A5A5A. Windows color (decimal): -6992636 or 282005. OLE color: 282005.

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

Color convert

RGB 149 77 4 -
CMYK 0 0.48 0.97 0.42
HSL 30.21º 0.95% 0.3% -
HSV(B) 30.21º 0.97% 0.58% -
XYZ 15.07 11.71 1.58 -
YUV 90.21 79.35 169.94 -
System Red Green Blue C M Y K H S L
Decimal 149 77 4 0 0.48 0.97 0.42 30.21 0.95 0.3
Hex 95 4D 4 0 30 61 2A 1E 5F 1E
Octal 225 115 4 0 60 141 52 36 137 36
Binary 10010101 1001101 100 0 110000 1100001 101010 11110 1011111 11110

Color Harmonies of #954D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954D04

Black with #954D04

Text Example


Text Example

White with #954D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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