Html Css Color HEX #94701D Corn Harvest

📋 copy color: '#94701D'

red 148 ◦ green 112 ◦ blue 29

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

Shades of Corn Harvest #94701D

Tints of Corn Harvest #94701D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.75%

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

R = 51.21%
G = 38.75%
B = 10.03%

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

#94701D (or 0x94701D) is known color: Corn Harvest. HEX triplet: 94, 70 and 1D. RGB value is (148,112,29). Sum of RGB (Red+Green+Blue) = 148+112+29=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #94701D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94701D is #6B8FE2. Grayscale: #717171. Windows color (decimal): -7049187 or 1929364. OLE color: 1929364.

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

Color convert

RGB 148 112 29 -
CMYK 0 0.24 0.80 0.42
HSL 41.85º 0.67% 0.35% -
HSV(B) 41.85º 0.8% 0.58% -
XYZ 18.23 17.97 3.67 -
YUV 113.3 80.43 152.75 -
System Red Green Blue C M Y K H S L
Decimal 148 112 29 0 0.24 0.80 0.42 41.85 0.67 0.35
Hex 94 70 1D 0 18 50 2A 2A 43 23
Octal 224 160 35 0 30 120 52 52 103 43
Binary 10010100 1110000 11101 0 11000 1010000 101010 101010 1000011 100011

Color Harmonies of #94701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94701D

Black with #94701D

Text Example


Text Example

White with #94701D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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