Html Css Color HEX #94772B Corn Harvest

📋 copy color: '#94772B'

red 148 ◦ green 119 ◦ blue 43

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

Shades of Corn Harvest #94772B

Tints of Corn Harvest #94772B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.39%

 BLUE value IS 43 (17.19% from 255) = 13.87%

R = 47.74%
G = 38.39%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#94772B (or 0x94772B) is known color: Corn Harvest. HEX triplet: 94, 77 and 2B. RGB value is (148,119,43). Sum of RGB (Red+Green+Blue) = 148+119+43=310 (41% of max value = 765). Red value is 148 (58.20% from 255 or 47.74% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 43 (17.19% from 255 or 13.87% from 310); Max value from RGB is 148 - color contains mainly: red. Hex color #94772B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94772B is #6B88D4. Grayscale: #777777. Windows color (decimal): -7047381 or 2848660. OLE color: 2848660.

HSL color Cylindrical-coordinate representation of color #94772B: hue angle of 43.43º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94772B is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 119 43 -
CMYK 0 0.20 0.71 0.42
HSL 43.43º 0.55% 0.37% -
HSV(B) 43.43º 0.71% 0.58% -
XYZ 19.25 19.66 5.07 -
YUV 119.01 85.11 148.68 -
System Red Green Blue C M Y K H S L
Decimal 148 119 43 0 0.20 0.71 0.42 43.43 0.55 0.37
Hex 94 77 2B 0 14 47 2A 2B 37 25
Octal 224 167 53 0 24 107 52 53 67 45
Binary 10010100 1110111 101011 0 10100 1000111 101010 101011 110111 100101

Color Harmonies of #94772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94772B

Black with #94772B

Text Example


Text Example

White with #94772B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94772B; }

 p { color: rgb(148,119,43); }

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

background-color css

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

 a { background-color: rgb(148,119,43); }

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

border-color css

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

 span { border-color: rgb(148,119,43); }

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