Html Css Color HEX #90752A Corn Harvest

📋 copy color: '#90752A'

red 144 ◦ green 117 ◦ blue 42

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

Shades of Corn Harvest #90752A

Tints of Corn Harvest #90752A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.61%

 BLUE value IS 42 (16.8% from 255) = 13.86%

R = 47.52%
G = 38.61%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#90752A (or 0x90752A) is known color: Corn Harvest. HEX triplet: 90, 75 and 2A. RGB value is (144,117,42). Sum of RGB (Red+Green+Blue) = 144+117+42=303 (40% of max value = 765). Red value is 144 (56.64% from 255 or 47.52% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 42 (16.80% from 255 or 13.86% from 303); Max value from RGB is 144 - color contains mainly: red. Hex color #90752A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90752A is #6F8AD5. Grayscale: #747474. Windows color (decimal): -7310038 or 2782608. OLE color: 2782608.

HSL color Cylindrical-coordinate representation of color #90752A: hue angle of 44.12º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #90752A is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 117 42 -
CMYK 0 0.19 0.71 0.44
HSL 44.12º 0.55% 0.36% -
HSV(B) 44.12º 0.71% 0.56% -
XYZ 18.28 18.82 4.86 -
YUV 116.52 85.95 147.6 -
System Red Green Blue C M Y K H S L
Decimal 144 117 42 0 0.19 0.71 0.44 44.12 0.55 0.36
Hex 90 75 2A 0 13 47 2C 2C 37 24
Octal 220 165 52 0 23 107 54 54 67 44
Binary 10010000 1110101 101010 0 10011 1000111 101100 101100 110111 100100

Color Harmonies of #90752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90752A

Black with #90752A

Text Example


Text Example

White with #90752A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,117,42); }

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

background-color css

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

 a { background-color: rgb(144,117,42); }

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

border-color css

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

 span { border-color: rgb(144,117,42); }

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