Html Css Color HEX #94751E Corn Harvest

📋 copy color: '#94751E'

red 148 ◦ green 117 ◦ blue 30

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

Shades of Corn Harvest #94751E

Tints of Corn Harvest #94751E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.66%

 BLUE value IS 30 (12.11% from 255) = 10.17%

R = 50.17%
G = 39.66%
B = 10.17%

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

#94751E (or 0x94751E) is known color: Corn Harvest. HEX triplet: 94, 75 and 1E. RGB value is (148,117,30). Sum of RGB (Red+Green+Blue) = 148+117+30=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #94751E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94751E is #6B8AE1. Grayscale: #747474. Windows color (decimal): -7047906 or 1996180. OLE color: 1996180.

HSL color Cylindrical-coordinate representation of color #94751E: hue angle of 44.24º degrees, saturation: 0.66, 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 #94751E is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 117 30 -
CMYK 0 0.21 0.80 0.42
HSL 44.24º 0.66% 0.35% -
HSV(B) 44.24º 0.8% 0.58% -
XYZ 18.81 19.11 3.93 -
YUV 116.35 79.27 150.57 -
System Red Green Blue C M Y K H S L
Decimal 148 117 30 0 0.21 0.80 0.42 44.24 0.66 0.35
Hex 94 75 1E 0 15 50 2A 2C 42 23
Octal 224 165 36 0 25 120 52 54 102 43
Binary 10010100 1110101 11110 0 10101 1010000 101010 101100 1000010 100011

Color Harmonies of #94751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94751E

Black with #94751E

Text Example


Text Example

White with #94751E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94751E; }

 p { color: rgb(148,117,30); }

 H1.HeaderClassName
 {
   color: #94751E;
 }
 .AnyTagClassName
 {
   color: #94751E;
 }
</style>

background-color css

<style>
 a { background-color: #94751E; }

 a { background-color: rgb(148,117,30); }

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

border-color css

<style>
 span { border-color: #94751E; }

 span { border-color: rgb(148,117,30); }

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