Html Css Color HEX #90740D Golden Brown

📋 copy color: '#90740D'

red 144 ◦ green 116 ◦ blue 13

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

Shades of Golden Brown #90740D

Tints of Golden Brown #90740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 42.49%

 BLUE value IS 13 (5.47% from 255) = 4.76%

R = 52.75%
G = 42.49%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#90740D (or 0x90740D) is known color: Golden Brown. HEX triplet: 90, 74 and 0D. RGB value is (144,116,13). Sum of RGB (Red+Green+Blue) = 144+116+13=273 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.75% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 144 - color contains mainly: red. Hex color #90740D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90740D is #6F8BF2. Grayscale: #717171. Windows color (decimal): -7310323 or 881808. OLE color: 881808.

HSL color Cylindrical-coordinate representation of color #90740D: hue angle of 47.18º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90740D is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 116 13 -
CMYK 0 0.19 0.91 0.44
HSL 47.18º 0.83% 0.31% -
HSV(B) 47.18º 0.91% 0.56% -
XYZ 17.82 18.45 3 -
YUV 112.63 71.78 150.38 -
System Red Green Blue C M Y K H S L
Decimal 144 116 13 0 0.19 0.91 0.44 47.18 0.83 0.31
Hex 90 74 D 0 13 5B 2C 2F 53 1F
Octal 220 164 15 0 23 133 54 57 123 37
Binary 10010000 1110100 1101 0 10011 1011011 101100 101111 1010011 11111

Color Harmonies of #90740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90740D

Black with #90740D

Text Example


Text Example

White with #90740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90740D; }

 p { color: rgb(144,116,13); }

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

background-color css

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

 a { background-color: rgb(144,116,13); }

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

border-color css

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

 span { border-color: rgb(144,116,13); }

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