Html Css Color HEX #954C00 Saddle Brown

📋 copy color: '#954C00'

red 149 ◦ green 76 ◦ blue 0

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

Shades of Saddle Brown #954C00

Tints of Saddle Brown #954C00

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.78%

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

R = 66.22%
G = 33.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#954C00 (or 0x954C00) is known color: Saddle Brown. HEX triplet: 95, 4C and 00. RGB value is (149,76,0). Sum of RGB (Red+Green+Blue) = 149+76+0=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #954C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954C00 is #6AB3FF. Grayscale: #595959. Windows color (decimal): -6992896 or 19605. OLE color: 19605.

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

Color convert

RGB 149 76 0 -
CMYK 0 0.49 1 0.42
HSL 30.6º 1% 0.29% -
HSV(B) 30.6º 1% 0.58% -
XYZ 14.98 11.56 1.44 -
YUV 89.16 77.68 170.68 -
System Red Green Blue C M Y K H S L
Decimal 149 76 0 0 0.49 1 0.42 30.6 1 0.29
Hex 95 4C 0 0 31 64 2A 1F 64 1D
Octal 225 114 0 0 61 144 52 37 144 35
Binary 10010101 1001100 0 0 110001 1100100 101010 11111 1100100 11101

Color Harmonies of #954C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954C00

Black with #954C00

Text Example


Text Example

White with #954C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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