Html Css Color HEX #947530 Corn Harvest

📋 copy color: '#947530'

red 148 ◦ green 117 ◦ blue 48

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

Shades of Corn Harvest #947530

Tints of Corn Harvest #947530

RGB

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

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

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

R = 47.28%
G = 37.38%
B = 15.34%

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

#947530 (or 0x947530) is known color: Corn Harvest. HEX triplet: 94, 75 and 30. RGB value is (148,117,48). Sum of RGB (Red+Green+Blue) = 148+117+48=313 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.28% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 148 - color contains mainly: red. Hex color #947530 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947530 is #6B8ACF. Grayscale: #767676. Windows color (decimal): -7047888 or 3175828. OLE color: 3175828.

HSL color Cylindrical-coordinate representation of color #947530: hue angle of 41.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 #947530 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 117 48 -
CMYK 0 0.21 0.68 0.42
HSL 41.4º 0.51% 0.38% -
HSV(B) 41.4º 0.68% 0.58% -
XYZ 19.11 19.23 5.5 -
YUV 118.4 88.27 149.11 -
System Red Green Blue C M Y K H S L
Decimal 148 117 48 0 0.21 0.68 0.42 41.4 0.51 0.38
Hex 94 75 30 0 15 44 2A 29 33 26
Octal 224 165 60 0 25 104 52 51 63 46
Binary 10010100 1110101 110000 0 10101 1000100 101010 101001 110011 100110

Color Harmonies of #947530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947530

Black with #947530

Text Example


Text Example

White with #947530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947530; }

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

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

background-color css

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

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

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

border-color css

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

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

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