Html Css Color HEX #90772F Corn Harvest

📋 copy color: '#90772F'

red 144 ◦ green 119 ◦ blue 47

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

Shades of Corn Harvest #90772F

Tints of Corn Harvest #90772F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.39%

 BLUE value IS 47 (18.75% from 255) = 15.16%

R = 46.45%
G = 38.39%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#90772F (or 0x90772F) is known color: Corn Harvest. HEX triplet: 90, 77 and 2F. RGB value is (144,119,47). Sum of RGB (Red+Green+Blue) = 144+119+47=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 144 - color contains mainly: red. Hex color #90772F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90772F is #6F88D0. Grayscale: #767676. Windows color (decimal): -7309521 or 3110800. OLE color: 3110800.

HSL color Cylindrical-coordinate representation of color #90772F: hue angle of 44.54º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #90772F is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 119 47 -
CMYK 0 0.17 0.67 0.44
HSL 44.54º 0.51% 0.37% -
HSV(B) 44.54º 0.67% 0.56% -
XYZ 18.61 19.33 5.44 -
YUV 118.27 87.78 146.35 -
System Red Green Blue C M Y K H S L
Decimal 144 119 47 0 0.17 0.67 0.44 44.54 0.51 0.37
Hex 90 77 2F 0 11 43 2C 2D 33 25
Octal 220 167 57 0 21 103 54 55 63 45
Binary 10010000 1110111 101111 0 10001 1000011 101100 101101 110011 100101

Color Harmonies of #90772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90772F

Black with #90772F

Text Example


Text Example

White with #90772F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,119,47); }

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

background-color css

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

 a { background-color: rgb(144,119,47); }

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

border-color css

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

 span { border-color: rgb(144,119,47); }

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