Html Css Color HEX #90550F Golden Brown

📋 copy color: '#90550F'

red 144 ◦ green 85 ◦ blue 15

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

Shades of Golden Brown #90550F

Tints of Golden Brown #90550F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.15%

R = 59.02%
G = 34.84%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#90550F (or 0x90550F) is known color: Golden Brown. HEX triplet: 90, 55 and 0F. RGB value is (144,85,15). Sum of RGB (Red+Green+Blue) = 144+85+15=244 (32% of max value = 765). Red value is 144 (56.64% from 255 or 59.02% from 244); Green value is 85 (33.59% from 255 or 34.84% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 144 - color contains mainly: red. Hex color #90550F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90550F is #6FAAF0. Grayscale: #5F5F5F. Windows color (decimal): -7318257 or 1004944. OLE color: 1004944.

HSL color Cylindrical-coordinate representation of color #90550F: hue angle of 32.56º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #90550F is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 85 15 -
CMYK 0 0.41 0.90 0.44
HSL 32.56º 0.81% 0.31% -
HSV(B) 32.56º 0.9% 0.56% -
XYZ 14.84 12.46 2.08 -
YUV 94.66 83.05 163.19 -
System Red Green Blue C M Y K H S L
Decimal 144 85 15 0 0.41 0.90 0.44 32.56 0.81 0.31
Hex 90 55 F 0 29 5A 2C 21 51 1F
Octal 220 125 17 0 51 132 54 41 121 37
Binary 10010000 1010101 1111 0 101001 1011010 101100 100001 1010001 11111

Color Harmonies of #90550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90550F

Black with #90550F

Text Example


Text Example

White with #90550F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90550F; }

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

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

background-color css

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

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

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

border-color css

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

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

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