Html Css Color HEX #947630 Corn Harvest

📋 copy color: '#947630'

red 148 ◦ green 118 ◦ blue 48

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

Shades of Corn Harvest #947630

Tints of Corn Harvest #947630

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.58%

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

R = 47.13%
G = 37.58%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#947630 (or 0x947630) is known color: Corn Harvest. HEX triplet: 94, 76 and 30. RGB value is (148,118,48). Sum of RGB (Red+Green+Blue) = 148+118+48=314 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.13% from 314); Green value is 118 (46.48% from 255 or 37.58% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 148 - color contains mainly: red. Hex color #947630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947630 is #6B89CF. Grayscale: #777777. Windows color (decimal): -7047632 or 3176084. OLE color: 3176084.

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

Color convert

RGB 148 118 48 -
CMYK 0 0.20 0.68 0.42
HSL 42º 0.51% 0.38% -
HSV(B) 42º 0.68% 0.58% -
XYZ 19.22 19.47 5.54 -
YUV 118.99 87.94 148.69 -
System Red Green Blue C M Y K H S L
Decimal 148 118 48 0 0.20 0.68 0.42 42 0.51 0.38
Hex 94 76 30 0 14 44 2A 2A 33 26
Octal 224 166 60 0 24 104 52 52 63 46
Binary 10010100 1110110 110000 0 10100 1000100 101010 101010 110011 100110

Color Harmonies of #947630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947630

Black with #947630

Text Example


Text Example

White with #947630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947630; }

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

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

background-color css

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

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

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

border-color css

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

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

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