Html Css Color HEX #94741D Corn Harvest

📋 copy color: '#94741D'

red 148 ◦ green 116 ◦ blue 29

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

Shades of Corn Harvest #94741D

Tints of Corn Harvest #94741D

RGB

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

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

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

R = 50.51%
G = 39.59%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#94741D (or 0x94741D) is known color: Corn Harvest. HEX triplet: 94, 74 and 1D. RGB value is (148,116,29). Sum of RGB (Red+Green+Blue) = 148+116+29=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #94741D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94741D is #6B8BE2. Grayscale: #747474. Windows color (decimal): -7048163 or 1930388. OLE color: 1930388.

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

Color convert

RGB 148 116 29 -
CMYK 0 0.22 0.80 0.42
HSL 43.87º 0.67% 0.35% -
HSV(B) 43.87º 0.8% 0.58% -
XYZ 18.68 18.88 3.82 -
YUV 115.65 79.1 151.07 -
System Red Green Blue C M Y K H S L
Decimal 148 116 29 0 0.22 0.80 0.42 43.87 0.67 0.35
Hex 94 74 1D 0 16 50 2A 2C 43 23
Octal 224 164 35 0 26 120 52 54 103 43
Binary 10010100 1110100 11101 0 10110 1010000 101010 101100 1000011 100011

Color Harmonies of #94741D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94741D

Black with #94741D

Text Example


Text Example

White with #94741D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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