Html Css Color HEX #93752E Corn Harvest

📋 copy color: '#93752E'

red 147 ◦ green 117 ◦ blue 46

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

Shades of Corn Harvest #93752E

Tints of Corn Harvest #93752E

RGB

 RED value IS 147 (57.81% from 255) = 47.42%

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

 BLUE value IS 46 (18.36% from 255) = 14.84%

R = 47.42%
G = 37.74%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#93752E (or 0x93752E) is known color: Corn Harvest. HEX triplet: 93, 75 and 2E. RGB value is (147,117,46). Sum of RGB (Red+Green+Blue) = 147+117+46=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #93752E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93752E is #6C8AD1. Grayscale: #767676. Windows color (decimal): -7113426 or 3044755. OLE color: 3044755.

HSL color Cylindrical-coordinate representation of color #93752E: hue angle of 42.18º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #93752E is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 117 46 -
CMYK 0 0.20 0.69 0.42
HSL 42.18º 0.52% 0.38% -
HSV(B) 42.18º 0.69% 0.58% -
XYZ 18.89 19.12 5.28 -
YUV 117.88 87.44 148.77 -
System Red Green Blue C M Y K H S L
Decimal 147 117 46 0 0.20 0.69 0.42 42.18 0.52 0.38
Hex 93 75 2E 0 14 45 2A 2A 34 26
Octal 223 165 56 0 24 105 52 52 64 46
Binary 10010011 1110101 101110 0 10100 1000101 101010 101010 110100 100110

Color Harmonies of #93752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93752E

Black with #93752E

Text Example


Text Example

White with #93752E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93752E; }

 p { color: rgb(147,117,46); }

 H1.HeaderClassName
 {
   color: #93752E;
 }
 .AnyTagClassName
 {
   color: #93752E;
 }
</style>

background-color css

<style>
 a { background-color: #93752E; }

 a { background-color: rgb(147,117,46); }

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

border-color css

<style>
 span { border-color: #93752E; }

 span { border-color: rgb(147,117,46); }

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