Html Css Color HEX #93741D Corn Harvest

📋 copy color: '#93741D'

red 147 ◦ green 116 ◦ blue 29

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

Shades of Corn Harvest #93741D

Tints of Corn Harvest #93741D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.93%

R = 50.34%
G = 39.73%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#93741D (or 0x93741D) is known color: Corn Harvest. HEX triplet: 93, 74 and 1D. RGB value is (147,116,29). Sum of RGB (Red+Green+Blue) = 147+116+29=292 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.34% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 147 - color contains mainly: red. Hex color #93741D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93741D is #6C8BE2. Grayscale: #737373. Windows color (decimal): -7113699 or 1930387. OLE color: 1930387.

HSL color Cylindrical-coordinate representation of color #93741D: hue angle of 44.24º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #93741D is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 116 29 -
CMYK 0 0.21 0.80 0.42
HSL 44.24º 0.67% 0.35% -
HSV(B) 44.24º 0.8% 0.58% -
XYZ 18.5 18.78 3.81 -
YUV 115.35 79.27 150.57 -
System Red Green Blue C M Y K H S L
Decimal 147 116 29 0 0.21 0.80 0.42 44.24 0.67 0.35
Hex 93 74 1D 0 15 50 2A 2C 43 23
Octal 223 164 35 0 25 120 52 54 103 43
Binary 10010011 1110100 11101 0 10101 1010000 101010 101100 1000011 100011

Color Harmonies of #93741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93741D

Black with #93741D

Text Example


Text Example

White with #93741D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93741D; }

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

 H1.HeaderClassName
 {
   color: #93741D;
 }
 .AnyTagClassName
 {
   color: #93741D;
 }
</style>

background-color css

<style>
 a { background-color: #93741D; }

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

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

border-color css

<style>
 span { border-color: #93741D; }

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

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