Html Css Color HEX #954400 Saddle Brown

📋 copy color: '#954400'

red 149 ◦ green 68 ◦ blue 0

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

Shades of Saddle Brown #954400

Tints of Saddle Brown #954400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.34%

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

R = 68.66%
G = 31.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.42

RGB Variations

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

Color information

#954400 (or 0x954400) is known color: Saddle Brown. HEX triplet: 95, 44 and 00. RGB value is (149,68,0). Sum of RGB (Red+Green+Blue) = 149+68+0=217 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.66% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 149 - color contains mainly: red. Hex color #954400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954400 is #6ABBFF. Grayscale: #545454. Windows color (decimal): -6994944 or 17557. OLE color: 17557.

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

Color convert

RGB 149 68 0 -
CMYK 0 0.54 1 0.42
HSL 27.38º 1% 0.29% -
HSV(B) 27.38º 1% 0.58% -
XYZ 14.46 10.52 1.27 -
YUV 84.47 80.34 174.03 -
System Red Green Blue C M Y K H S L
Decimal 149 68 0 0 0.54 1 0.42 27.38 1 0.29
Hex 95 44 0 0 36 64 2A 1B 64 1D
Octal 225 104 0 0 66 144 52 33 144 35
Binary 10010101 1000100 0 0 110110 1100100 101010 11011 1100100 11101

Color Harmonies of #954400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954400

Black with #954400

Text Example


Text Example

White with #954400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954400; }

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

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

background-color css

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

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

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

border-color css

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

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

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