Html Css Color HEX #904000 Saddle Brown

📋 copy color: '#904000'

red 144 ◦ green 64 ◦ blue 0

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

Shades of Saddle Brown #904000

Tints of Saddle Brown #904000

RGB

 RED value IS 144 (56.64% from 255) = 69.23%

 GREEN value IS 64 (25.39% from 255) = 30.77%

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

R = 69.23%
G = 30.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#904000 (or 0x904000) is known color: Saddle Brown. HEX triplet: 90, 40 and 00. RGB value is (144,64,0). Sum of RGB (Red+Green+Blue) = 144+64+0=208 (27% of max value = 765). Red value is 144 (56.64% from 255 or 69.23% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 144 - color contains mainly: red. Hex color #904000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904000 is #6FBFFF. Grayscale: #505050. Windows color (decimal): -7323648 or 16528. OLE color: 16528.

HSL color Cylindrical-coordinate representation of color #904000: hue angle of 26.67º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #904000 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 64 0 -
CMYK 0 0.56 1 0.44
HSL 26.67º 1% 0.28% -
HSV(B) 26.67º 1% 0.56% -
XYZ 13.34 9.6 1.15 -
YUV 80.62 82.5 173.2 -
System Red Green Blue C M Y K H S L
Decimal 144 64 0 0 0.56 1 0.44 26.67 1 0.28
Hex 90 40 0 0 38 64 2C 1B 64 1C
Octal 220 100 0 0 70 144 54 33 144 34
Binary 10010000 1000000 0 0 111000 1100100 101100 11011 1100100 11100

Color Harmonies of #904000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904000

Black with #904000

Text Example


Text Example

White with #904000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904000; }

 p { color: rgb(144,64,0); }

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

background-color css

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

 a { background-color: rgb(144,64,0); }

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

border-color css

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

 span { border-color: rgb(144,64,0); }

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