Html Css Color HEX #954D00 Saddle Brown

📋 copy color: '#954D00'

red 149 ◦ green 77 ◦ blue 0

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

Shades of Saddle Brown #954D00

Tints of Saddle Brown #954D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.93%
G = 34.07%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#954D00 (or 0x954D00) is known color: Saddle Brown. HEX triplet: 95, 4D and 00. RGB value is (149,77,0). Sum of RGB (Red+Green+Blue) = 149+77+0=226 (29% of max value = 765). Red value is 149 (58.59% from 255 or 65.93% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 149 - color contains mainly: red. Hex color #954D00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #954D00 is #6AB2FF. Grayscale: #5A5A5A. Windows color (decimal): -6992640 or 19861. OLE color: 19861.

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

Color convert

RGB 149 77 0 -
CMYK 0 0.48 1 0.42
HSL 31.01º 1% 0.29% -
HSV(B) 31.01º 1% 0.58% -
XYZ 15.05 11.7 1.46 -
YUV 89.75 77.35 170.26 -
System Red Green Blue C M Y K H S L
Decimal 149 77 0 0 0.48 1 0.42 31.01 1 0.29
Hex 95 4D 0 0 30 64 2A 1F 64 1D
Octal 225 115 0 0 60 144 52 37 144 35
Binary 10010101 1001101 0 0 110000 1100100 101010 11111 1100100 11101

Color Harmonies of #954D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954D00

Black with #954D00

Text Example


Text Example

White with #954D00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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