Html Css Color HEX #905509 Golden Brown

📋 copy color: '#905509'

red 144 ◦ green 85 ◦ blue 9

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

Shades of Golden Brown #905509

Tints of Golden Brown #905509

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.71%

 BLUE value IS 9 (3.91% from 255) = 3.78%

R = 60.5%
G = 35.71%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#905509 (or 0x905509) is known color: Golden Brown. HEX triplet: 90, 55 and 09. RGB value is (144,85,9). Sum of RGB (Red+Green+Blue) = 144+85+9=238 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.50% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 144 - color contains mainly: red. Hex color #905509 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #905509 is #6FAAF6. Grayscale: #5E5E5E. Windows color (decimal): -7318263 or 611728. OLE color: 611728.

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

Color convert

RGB 144 85 9 -
CMYK 0 0.41 0.94 0.44
HSL 33.78º 0.88% 0.3% -
HSV(B) 33.78º 0.94% 0.56% -
XYZ 14.8 12.45 1.88 -
YUV 93.98 80.05 163.68 -
System Red Green Blue C M Y K H S L
Decimal 144 85 9 0 0.41 0.94 0.44 33.78 0.88 0.3
Hex 90 55 9 0 29 5E 2C 22 58 1E
Octal 220 125 11 0 51 136 54 42 130 36
Binary 10010000 1010101 1001 0 101001 1011110 101100 100010 1011000 11110

Color Harmonies of #905509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #905509

Black with #905509

Text Example


Text Example

White with #905509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #905509; }

 p { color: rgb(144,85,9); }

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

background-color css

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

 a { background-color: rgb(144,85,9); }

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

border-color css

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

 span { border-color: rgb(144,85,9); }

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