Html Css Color HEX #90730E Golden Brown

📋 copy color: '#90730E'

red 144 ◦ green 115 ◦ blue 14

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

Shades of Golden Brown #90730E

Tints of Golden Brown #90730E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.12%

 BLUE value IS 14 (5.86% from 255) = 5.13%

R = 52.75%
G = 42.12%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.44

RGB Variations

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

Color information

#90730E (or 0x90730E) is known color: Golden Brown. HEX triplet: 90, 73 and 0E. RGB value is (144,115,14). Sum of RGB (Red+Green+Blue) = 144+115+14=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #90730E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90730E is #6F8CF1. Grayscale: #707070. Windows color (decimal): -7310578 or 947088. OLE color: 947088.

HSL color Cylindrical-coordinate representation of color #90730E: hue angle of 46.62º degrees, saturation: 0.82, 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 #90730E is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 115 14 -
CMYK 0 0.20 0.90 0.44
HSL 46.62º 0.82% 0.31% -
HSV(B) 46.62º 0.9% 0.56% -
XYZ 17.71 18.22 3 -
YUV 112.16 72.61 150.71 -
System Red Green Blue C M Y K H S L
Decimal 144 115 14 0 0.20 0.90 0.44 46.62 0.82 0.31
Hex 90 73 E 0 14 5A 2C 2F 52 1F
Octal 220 163 16 0 24 132 54 57 122 37
Binary 10010000 1110011 1110 0 10100 1011010 101100 101111 1010010 11111

Color Harmonies of #90730E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90730E

Black with #90730E

Text Example


Text Example

White with #90730E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90730E; }

 p { color: rgb(144,115,14); }

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

background-color css

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

 a { background-color: rgb(144,115,14); }

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

border-color css

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

 span { border-color: rgb(144,115,14); }

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