Html Css Color HEX #947526 Corn Harvest

📋 copy color: '#947526'

red 148 ◦ green 117 ◦ blue 38

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

Shades of Corn Harvest #947526

Tints of Corn Harvest #947526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.54%

R = 48.84%
G = 38.61%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#947526 (or 0x947526) is known color: Corn Harvest. HEX triplet: 94, 75 and 26. RGB value is (148,117,38). Sum of RGB (Red+Green+Blue) = 148+117+38=303 (40% of max value = 765). Red value is 148 (58.20% from 255 or 48.84% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 148 - color contains mainly: red. Hex color #947526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #947526 is #6B8AD9. Grayscale: #757575. Windows color (decimal): -7047898 or 2520468. OLE color: 2520468.

HSL color Cylindrical-coordinate representation of color #947526: hue angle of 43.09º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #947526 is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 117 38 -
CMYK 0 0.21 0.74 0.42
HSL 43.09º 0.59% 0.36% -
HSV(B) 43.09º 0.74% 0.58% -
XYZ 18.92 19.16 4.53 -
YUV 117.26 83.27 149.92 -
System Red Green Blue C M Y K H S L
Decimal 148 117 38 0 0.21 0.74 0.42 43.09 0.59 0.36
Hex 94 75 26 0 15 4A 2A 2B 3B 24
Octal 224 165 46 0 25 112 52 53 73 44
Binary 10010100 1110101 100110 0 10101 1001010 101010 101011 111011 100100

Color Harmonies of #947526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947526

Black with #947526

Text Example


Text Example

White with #947526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947526; }

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

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

background-color css

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

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

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

border-color css

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

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

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