Html Css Color HEX #947A30 Corn Harvest

📋 copy color: '#947A30'

red 148 ◦ green 122 ◦ blue 48

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

Shades of Corn Harvest #947A30

Tints of Corn Harvest #947A30

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.36%

 BLUE value IS 48 (19.14% from 255) = 15.09%

R = 46.54%
G = 38.36%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#947A30 (or 0x947A30) is known color: Corn Harvest. HEX triplet: 94, 7A and 30. RGB value is (148,122,48). Sum of RGB (Red+Green+Blue) = 148+122+48=318 (42% of max value = 765). Red value is 148 (58.20% from 255 or 46.54% from 318); Green value is 122 (48.05% from 255 or 38.36% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 148 - color contains mainly: red. Hex color #947A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947A30 is #6B85CF. Grayscale: #797979. Windows color (decimal): -7046608 or 3177108. OLE color: 3177108.

HSL color Cylindrical-coordinate representation of color #947A30: hue angle of 44.4º degrees, saturation: 0.51, 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 #947A30 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 122 48 -
CMYK 0 0.18 0.68 0.42
HSL 44.4º 0.51% 0.38% -
HSV(B) 44.4º 0.68% 0.58% -
XYZ 19.71 20.43 5.7 -
YUV 121.34 86.61 147.02 -
System Red Green Blue C M Y K H S L
Decimal 148 122 48 0 0.18 0.68 0.42 44.4 0.51 0.38
Hex 94 7A 30 0 12 44 2A 2C 33 26
Octal 224 172 60 0 22 104 52 54 63 46
Binary 10010100 1111010 110000 0 10010 1000100 101010 101100 110011 100110

Color Harmonies of #947A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947A30

Black with #947A30

Text Example


Text Example

White with #947A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947A30; }

 p { color: rgb(148,122,48); }

 H1.HeaderClassName
 {
   color: #947A30;
 }
 .AnyTagClassName
 {
   color: #947A30;
 }
</style>

background-color css

<style>
 a { background-color: #947A30; }

 a { background-color: rgb(148,122,48); }

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

border-color css

<style>
 span { border-color: #947A30; }

 span { border-color: rgb(148,122,48); }

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