Html Css Color HEX #90762F Corn Harvest

📋 copy color: '#90762F'

red 144 ◦ green 118 ◦ blue 47

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

Shades of Corn Harvest #90762F

Tints of Corn Harvest #90762F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.19%

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

R = 46.6%
G = 38.19%
B = 15.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#90762F (or 0x90762F) is known color: Corn Harvest. HEX triplet: 90, 76 and 2F. RGB value is (144,118,47). Sum of RGB (Red+Green+Blue) = 144+118+47=309 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.60% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 144 - color contains mainly: red. Hex color #90762F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90762F is #6F89D0. Grayscale: #757575. Windows color (decimal): -7309777 or 3110544. OLE color: 3110544.

HSL color Cylindrical-coordinate representation of color #90762F: hue angle of 43.92º 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 #90762F is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 118 47 -
CMYK 0 0.18 0.67 0.44
HSL 43.92º 0.51% 0.37% -
HSV(B) 43.92º 0.67% 0.56% -
XYZ 18.49 19.09 5.4 -
YUV 117.68 88.11 146.77 -
System Red Green Blue C M Y K H S L
Decimal 144 118 47 0 0.18 0.67 0.44 43.92 0.51 0.37
Hex 90 76 2F 0 12 43 2C 2C 33 25
Octal 220 166 57 0 22 103 54 54 63 45
Binary 10010000 1110110 101111 0 10010 1000011 101100 101100 110011 100101

Color Harmonies of #90762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90762F

Black with #90762F

Text Example


Text Example

White with #90762F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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