Html Css Color HEX #93742B Corn Harvest

📋 copy color: '#93742B'

red 147 ◦ green 116 ◦ blue 43

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

Shades of Corn Harvest #93742B

Tints of Corn Harvest #93742B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.05%

R = 48.04%
G = 37.91%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#93742B (or 0x93742B) is known color: Corn Harvest. HEX triplet: 93, 74 and 2B. RGB value is (147,116,43). Sum of RGB (Red+Green+Blue) = 147+116+43=306 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.04% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 147 - color contains mainly: red. Hex color #93742B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93742B is #6C8BD4. Grayscale: #757575. Windows color (decimal): -7113685 or 2847891. OLE color: 2847891.

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

Color convert

RGB 147 116 43 -
CMYK 0 0.21 0.71 0.42
HSL 42.12º 0.55% 0.37% -
HSV(B) 42.12º 0.71% 0.58% -
XYZ 18.71 18.87 4.94 -
YUV 116.95 86.27 149.44 -
System Red Green Blue C M Y K H S L
Decimal 147 116 43 0 0.21 0.71 0.42 42.12 0.55 0.37
Hex 93 74 2B 0 15 47 2A 2A 37 25
Octal 223 164 53 0 25 107 52 52 67 45
Binary 10010011 1110100 101011 0 10101 1000111 101010 101010 110111 100101

Color Harmonies of #93742B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93742B

Black with #93742B

Text Example


Text Example

White with #93742B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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