Html Css Color HEX #94752F Corn Harvest

📋 copy color: '#94752F'

red 148 ◦ green 117 ◦ blue 47

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

Shades of Corn Harvest #94752F

Tints of Corn Harvest #94752F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.06%

R = 47.44%
G = 37.5%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#94752F (or 0x94752F) is known color: Corn Harvest. HEX triplet: 94, 75 and 2F. RGB value is (148,117,47). Sum of RGB (Red+Green+Blue) = 148+117+47=312 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.44% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 148 - color contains mainly: red. Hex color #94752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94752F is #6B8AD0. Grayscale: #767676. Windows color (decimal): -7047889 or 3110292. OLE color: 3110292.

HSL color Cylindrical-coordinate representation of color #94752F: hue angle of 41.58º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94752F is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 117 47 -
CMYK 0 0.21 0.68 0.42
HSL 41.58º 0.52% 0.38% -
HSV(B) 41.58º 0.68% 0.58% -
XYZ 19.09 19.22 5.39 -
YUV 118.29 87.77 149.19 -
System Red Green Blue C M Y K H S L
Decimal 148 117 47 0 0.21 0.68 0.42 41.58 0.52 0.38
Hex 94 75 2F 0 15 44 2A 2A 34 26
Octal 224 165 57 0 25 104 52 52 64 46
Binary 10010100 1110101 101111 0 10101 1000100 101010 101010 110100 100110

Color Harmonies of #94752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94752F

Black with #94752F

Text Example


Text Example

White with #94752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94752F; }

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

 H1.HeaderClassName
 {
   color: #94752F;
 }
 .AnyTagClassName
 {
   color: #94752F;
 }
</style>

background-color css

<style>
 a { background-color: #94752F; }

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

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

border-color css

<style>
 span { border-color: #94752F; }

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

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