Html Css Color HEX #94711C Corn Harvest

📋 copy color: '#94711C'

red 148 ◦ green 113 ◦ blue 28

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

Shades of Corn Harvest #94711C

Tints of Corn Harvest #94711C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.69%

R = 51.21%
G = 39.1%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#94711C (or 0x94711C) is known color: Corn Harvest. HEX triplet: 94, 71 and 1C. RGB value is (148,113,28). Sum of RGB (Red+Green+Blue) = 148+113+28=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #94711C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94711C is #6B8EE3. Grayscale: #727272. Windows color (decimal): -7048932 or 1864084. OLE color: 1864084.

HSL color Cylindrical-coordinate representation of color #94711C: hue angle of 42.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94711C is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 113 28 -
CMYK 0 0.24 0.81 0.42
HSL 42.5º 0.68% 0.35% -
HSV(B) 42.5º 0.81% 0.58% -
XYZ 18.33 18.19 3.64 -
YUV 113.78 79.6 152.41 -
System Red Green Blue C M Y K H S L
Decimal 148 113 28 0 0.24 0.81 0.42 42.5 0.68 0.35
Hex 94 71 1C 0 18 51 2A 2A 44 23
Octal 224 161 34 0 30 121 52 52 104 43
Binary 10010100 1110001 11100 0 11000 1010001 101010 101010 1000100 100011

Color Harmonies of #94711C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94711C

Black with #94711C

Text Example


Text Example

White with #94711C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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