Html Css Color HEX #90752F Corn Harvest

📋 copy color: '#90752F'

red 144 ◦ green 117 ◦ blue 47

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

Shades of Corn Harvest #90752F

Tints of Corn Harvest #90752F

RGB

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

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

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

R = 46.75%
G = 37.99%
B = 15.26%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#90752F (or 0x90752F) is known color: Corn Harvest. HEX triplet: 90, 75 and 2F. RGB value is (144,117,47). Sum of RGB (Red+Green+Blue) = 144+117+47=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 47 (18.75% from 255 or 15.26% from 308); Max value from RGB is 144 - color contains mainly: red. Hex color #90752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90752F is #6F8AD0. Grayscale: #757575. Windows color (decimal): -7310033 or 3110288. OLE color: 3110288.

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

Color convert

RGB 144 117 47 -
CMYK 0 0.19 0.67 0.44
HSL 43.3º 0.51% 0.37% -
HSV(B) 43.3º 0.67% 0.56% -
XYZ 18.38 18.86 5.36 -
YUV 117.09 88.45 147.19 -
System Red Green Blue C M Y K H S L
Decimal 144 117 47 0 0.19 0.67 0.44 43.3 0.51 0.37
Hex 90 75 2F 0 13 43 2C 2B 33 25
Octal 220 165 57 0 23 103 54 53 63 45
Binary 10010000 1110101 101111 0 10011 1000011 101100 101011 110011 100101

Color Harmonies of #90752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90752F

Black with #90752F

Text Example


Text Example

White with #90752F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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