Html Css Color HEX #90763A Corn Harvest

📋 copy color: '#90763A'

red 144 ◦ green 118 ◦ blue 58

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

Shades of Corn Harvest #90763A

Tints of Corn Harvest #90763A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.13%

R = 45%
G = 36.88%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.44

RGB Variations

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

Color information

#90763A (or 0x90763A) is known color: Corn Harvest. HEX triplet: 90, 76 and 3A. RGB value is (144,118,58). Sum of RGB (Red+Green+Blue) = 144+118+58=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #90763A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90763A is #6F89C5. Grayscale: #777777. Windows color (decimal): -7309766 or 3831440. OLE color: 3831440.

HSL color Cylindrical-coordinate representation of color #90763A: hue angle of 41.86º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90763A is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 118 58 -
CMYK 0 0.18 0.60 0.44
HSL 41.86º 0.43% 0.4% -
HSV(B) 41.86º 0.6% 0.56% -
XYZ 18.74 19.19 6.72 -
YUV 118.93 93.61 145.88 -
System Red Green Blue C M Y K H S L
Decimal 144 118 58 0 0.18 0.60 0.44 41.86 0.43 0.4
Hex 90 76 3A 0 12 3C 2C 2A 2B 28
Octal 220 166 72 0 22 74 54 52 53 50
Binary 10010000 1110110 111010 0 10010 111100 101100 101010 101011 101000

Color Harmonies of #90763A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90763A

Black with #90763A

Text Example


Text Example

White with #90763A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90763A; }

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

 H1.HeaderClassName
 {
   color: #90763A;
 }
 .AnyTagClassName
 {
   color: #90763A;
 }
</style>

background-color css

<style>
 a { background-color: #90763A; }

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

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

border-color css

<style>
 span { border-color: #90763A; }

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

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