Html Css Color HEX #90751F Corn Harvest

📋 copy color: '#90751F'

red 144 ◦ green 117 ◦ blue 31

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

Shades of Corn Harvest #90751F

Tints of Corn Harvest #90751F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.62%

R = 49.32%
G = 40.07%
B = 10.62%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#90751F (or 0x90751F) is known color: Corn Harvest. HEX triplet: 90, 75 and 1F. RGB value is (144,117,31). Sum of RGB (Red+Green+Blue) = 144+117+31=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 31 (12.5% from 255 or 10.62% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #90751F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #90751F is #6F8AE0. Grayscale: #737373. Windows color (decimal): -7310049 or 2061712. OLE color: 2061712.

HSL color Cylindrical-coordinate representation of color #90751F: hue angle of 45.66º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #90751F is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 117 31 -
CMYK 0 0.19 0.78 0.44
HSL 45.66º 0.65% 0.34% -
HSV(B) 45.66º 0.78% 0.56% -
XYZ 18.11 18.75 3.96 -
YUV 115.27 80.45 148.49 -
System Red Green Blue C M Y K H S L
Decimal 144 117 31 0 0.19 0.78 0.44 45.66 0.65 0.34
Hex 90 75 1F 0 13 4E 2C 2E 41 22
Octal 220 165 37 0 23 116 54 56 101 42
Binary 10010000 1110101 11111 0 10011 1001110 101100 101110 1000001 100010

Color Harmonies of #90751F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90751F

Black with #90751F

Text Example


Text Example

White with #90751F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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