Html Css Color HEX #94752A Corn Harvest

📋 copy color: '#94752A'

red 148 ◦ green 117 ◦ blue 42

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

Shades of Corn Harvest #94752A

Tints of Corn Harvest #94752A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.68%

R = 48.21%
G = 38.11%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#94752A (or 0x94752A) is known color: Corn Harvest. HEX triplet: 94, 75 and 2A. RGB value is (148,117,42). Sum of RGB (Red+Green+Blue) = 148+117+42=307 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.21% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 148 - color contains mainly: red. Hex color #94752A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94752A is #6B8AD5. Grayscale: #767676. Windows color (decimal): -7047894 or 2782612. OLE color: 2782612.

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

Color convert

RGB 148 117 42 -
CMYK 0 0.21 0.72 0.42
HSL 42.45º 0.56% 0.37% -
HSV(B) 42.45º 0.72% 0.58% -
XYZ 18.99 19.19 4.89 -
YUV 117.72 85.27 149.6 -
System Red Green Blue C M Y K H S L
Decimal 148 117 42 0 0.21 0.72 0.42 42.45 0.56 0.37
Hex 94 75 2A 0 15 48 2A 2A 38 25
Octal 224 165 52 0 25 110 52 52 70 45
Binary 10010100 1110101 101010 0 10101 1001000 101010 101010 111000 100101

Color Harmonies of #94752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94752A

Black with #94752A

Text Example


Text Example

White with #94752A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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