Html Css Color HEX #94711D Corn Harvest

📋 copy color: '#94711D'

red 148 ◦ green 113 ◦ blue 29

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

Shades of Corn Harvest #94711D

Tints of Corn Harvest #94711D

RGB

 RED value IS 148 (58.2% from 255) = 51.03%

 GREEN value IS 113 (44.53% from 255) = 38.97%

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

R = 51.03%
G = 38.97%
B = 10%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#94711D (or 0x94711D) is known color: Corn Harvest. HEX triplet: 94, 71 and 1D. RGB value is (148,113,29). Sum of RGB (Red+Green+Blue) = 148+113+29=290 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.03% from 290); Green value is 113 (44.53% from 255 or 38.97% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 148 - color contains mainly: red. Hex color #94711D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94711D is #6B8EE2. Grayscale: #727272. Windows color (decimal): -7048931 or 1929620. OLE color: 1929620.

HSL color Cylindrical-coordinate representation of color #94711D: hue angle of 42.35º 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 #94711D is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 113 29 -
CMYK 0 0.24 0.80 0.42
HSL 42.35º 0.67% 0.35% -
HSV(B) 42.35º 0.8% 0.58% -
XYZ 18.34 18.19 3.71 -
YUV 113.89 80.1 152.33 -
System Red Green Blue C M Y K H S L
Decimal 148 113 29 0 0.24 0.80 0.42 42.35 0.67 0.35
Hex 94 71 1D 0 18 50 2A 2A 43 23
Octal 224 161 35 0 30 120 52 52 103 43
Binary 10010100 1110001 11101 0 11000 1010000 101010 101010 1000011 100011

Color Harmonies of #94711D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94711D

Black with #94711D

Text Example


Text Example

White with #94711D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,113,29); }

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

background-color css

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

 a { background-color: rgb(148,113,29); }

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

border-color css

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

 span { border-color: rgb(148,113,29); }

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