Html Css Color HEX #90710D Golden Brown

📋 copy color: '#90710D'

red 144 ◦ green 113 ◦ blue 13

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

Shades of Golden Brown #90710D

Tints of Golden Brown #90710D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.85%

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

R = 53.33%
G = 41.85%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#90710D (or 0x90710D) is known color: Golden Brown. HEX triplet: 90, 71 and 0D. RGB value is (144,113,13). Sum of RGB (Red+Green+Blue) = 144+113+13=270 (35% of max value = 765). Red value is 144 (56.64% from 255 or 53.33% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 144 - color contains mainly: red. Hex color #90710D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #90710D is #6F8EF2. Grayscale: #6F6F6F. Windows color (decimal): -7311091 or 881040. OLE color: 881040.

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

Color convert

RGB 144 113 13 -
CMYK 0 0.22 0.91 0.44
HSL 45.8º 0.83% 0.31% -
HSV(B) 45.8º 0.91% 0.56% -
XYZ 17.48 17.77 2.89 -
YUV 110.87 72.77 151.63 -
System Red Green Blue C M Y K H S L
Decimal 144 113 13 0 0.22 0.91 0.44 45.8 0.83 0.31
Hex 90 71 D 0 16 5B 2C 2E 53 1F
Octal 220 161 15 0 26 133 54 56 123 37
Binary 10010000 1110001 1101 0 10110 1011011 101100 101110 1010011 11111

Color Harmonies of #90710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90710D

Black with #90710D

Text Example


Text Example

White with #90710D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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