Html Css Color HEX #905000 Saddle Brown

📋 copy color: '#905000'

red 144 ◦ green 80 ◦ blue 0

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

Shades of Saddle Brown #905000

Tints of Saddle Brown #905000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.71%

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

R = 64.29%
G = 35.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#905000 (or 0x905000) is known color: Saddle Brown. HEX triplet: 90, 50 and 00. RGB value is (144,80,0). Sum of RGB (Red+Green+Blue) = 144+80+0=224 (29% of max value = 765). Red value is 144 (56.64% from 255 or 64.29% from 224); Green value is 80 (31.64% from 255 or 35.71% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 144 - color contains mainly: red. Hex color #905000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905000 is #6FAFFF. Grayscale: #5A5A5A. Windows color (decimal): -7319552 or 20624. OLE color: 20624.

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

Color convert

RGB 144 80 0 -
CMYK 0 0.44 1 0.44
HSL 33.33º 1% 0.28% -
HSV(B) 33.33º 1% 0.56% -
XYZ 14.37 11.67 1.49 -
YUV 90.02 77.2 166.5 -
System Red Green Blue C M Y K H S L
Decimal 144 80 0 0 0.44 1 0.44 33.33 1 0.28
Hex 90 50 0 0 2C 64 2C 21 64 1C
Octal 220 120 0 0 54 144 54 41 144 34
Binary 10010000 1010000 0 0 101100 1100100 101100 100001 1100100 11100

Color Harmonies of #905000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905000

Black with #905000

Text Example


Text Example

White with #905000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905000; }

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

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

background-color css

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

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

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

border-color css

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

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

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