Html Css Color HEX #90742C Corn Harvest

📋 copy color: '#90742C'

red 144 ◦ green 116 ◦ blue 44

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

Shades of Corn Harvest #90742C

Tints of Corn Harvest #90742C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.47%

R = 47.37%
G = 38.16%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#90742C (or 0x90742C) is known color: Corn Harvest. HEX triplet: 90, 74 and 2C. RGB value is (144,116,44). Sum of RGB (Red+Green+Blue) = 144+116+44=304 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.37% from 304); Green value is 116 (45.70% from 255 or 38.16% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 144 - color contains mainly: red. Hex color #90742C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90742C is #6F8BD3. Grayscale: #747474. Windows color (decimal): -7310292 or 2913424. OLE color: 2913424.

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

Color convert

RGB 144 116 44 -
CMYK 0 0.19 0.69 0.44
HSL 43.2º 0.53% 0.37% -
HSV(B) 43.2º 0.69% 0.56% -
XYZ 18.2 18.6 5.01 -
YUV 116.16 87.28 147.85 -
System Red Green Blue C M Y K H S L
Decimal 144 116 44 0 0.19 0.69 0.44 43.2 0.53 0.37
Hex 90 74 2C 0 13 45 2C 2B 35 25
Octal 220 164 54 0 23 105 54 53 65 45
Binary 10010000 1110100 101100 0 10011 1000101 101100 101011 110101 100101

Color Harmonies of #90742C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90742C

Black with #90742C

Text Example


Text Example

White with #90742C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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