Html Css Color HEX #90742E Corn Harvest

📋 copy color: '#90742E'

red 144 ◦ green 116 ◦ blue 46

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

Shades of Corn Harvest #90742E

Tints of Corn Harvest #90742E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.03%

R = 47.06%
G = 37.91%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#90742E (or 0x90742E) is known color: Corn Harvest. HEX triplet: 90, 74 and 2E. RGB value is (144,116,46). Sum of RGB (Red+Green+Blue) = 144+116+46=306 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.06% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 144 - color contains mainly: red. Hex color #90742E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90742E is #6F8BD1. Grayscale: #747474. Windows color (decimal): -7310290 or 3044496. OLE color: 3044496.

HSL color Cylindrical-coordinate representation of color #90742E: hue angle of 42.86º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #90742E is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 116 46 -
CMYK 0 0.19 0.68 0.44
HSL 42.86º 0.52% 0.37% -
HSV(B) 42.86º 0.68% 0.56% -
XYZ 18.24 18.62 5.22 -
YUV 116.39 88.28 147.69 -
System Red Green Blue C M Y K H S L
Decimal 144 116 46 0 0.19 0.68 0.44 42.86 0.52 0.37
Hex 90 74 2E 0 13 44 2C 2B 34 25
Octal 220 164 56 0 23 104 54 53 64 45
Binary 10010000 1110100 101110 0 10011 1000100 101100 101011 110100 100101

Color Harmonies of #90742E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90742E

Black with #90742E

Text Example


Text Example

White with #90742E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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