Html Css Color HEX #93742F Corn Harvest

📋 copy color: '#93742F'

red 147 ◦ green 116 ◦ blue 47

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

Shades of Corn Harvest #93742F

Tints of Corn Harvest #93742F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.42%

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

R = 47.42%
G = 37.42%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#93742F (or 0x93742F) is known color: Corn Harvest. HEX triplet: 93, 74 and 2F. RGB value is (147,116,47). Sum of RGB (Red+Green+Blue) = 147+116+47=310 (41% of max value = 765). Red value is 147 (57.81% from 255 or 47.42% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 147 - color contains mainly: red. Hex color #93742F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93742F is #6C8BD0. Grayscale: #757575. Windows color (decimal): -7113681 or 3110035. OLE color: 3110035.

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

Color convert

RGB 147 116 47 -
CMYK 0 0.21 0.68 0.42
HSL 41.4º 0.52% 0.38% -
HSV(B) 41.4º 0.68% 0.58% -
XYZ 18.79 18.9 5.35 -
YUV 117.4 88.27 149.11 -
System Red Green Blue C M Y K H S L
Decimal 147 116 47 0 0.21 0.68 0.42 41.4 0.52 0.38
Hex 93 74 2F 0 15 44 2A 29 34 26
Octal 223 164 57 0 25 104 52 51 64 46
Binary 10010011 1110100 101111 0 10101 1000100 101010 101001 110100 100110

Color Harmonies of #93742F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93742F

Black with #93742F

Text Example


Text Example

White with #93742F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,116,47); }

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

background-color css

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

 a { background-color: rgb(147,116,47); }

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

border-color css

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

 span { border-color: rgb(147,116,47); }

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