Html Css Color HEX #95772E Corn Harvest

📋 copy color: '#95772E'

red 149 ◦ green 119 ◦ blue 46

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

Shades of Corn Harvest #95772E

Tints of Corn Harvest #95772E

RGB

 RED value IS 149 (58.59% from 255) = 47.45%

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

 BLUE value IS 46 (18.36% from 255) = 14.65%

R = 47.45%
G = 37.9%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#95772E (or 0x95772E) is known color: Corn Harvest. HEX triplet: 95, 77 and 2E. RGB value is (149,119,46). Sum of RGB (Red+Green+Blue) = 149+119+46=314 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.45% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 149 - color contains mainly: red. Hex color #95772E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95772E is #6A88D1. Grayscale: #777777. Windows color (decimal): -6981842 or 3045269. OLE color: 3045269.

HSL color Cylindrical-coordinate representation of color #95772E: hue angle of 42.52º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95772E is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 119 46 -
CMYK 0 0.20 0.69 0.42
HSL 42.52º 0.53% 0.38% -
HSV(B) 42.52º 0.69% 0.58% -
XYZ 19.48 19.78 5.38 -
YUV 119.65 86.44 148.94 -
System Red Green Blue C M Y K H S L
Decimal 149 119 46 0 0.20 0.69 0.42 42.52 0.53 0.38
Hex 95 77 2E 0 14 45 2A 2B 35 26
Octal 225 167 56 0 24 105 52 53 65 46
Binary 10010101 1110111 101110 0 10100 1000101 101010 101011 110101 100110

Color Harmonies of #95772E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95772E

Black with #95772E

Text Example


Text Example

White with #95772E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95772E; }

 p { color: rgb(149,119,46); }

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

background-color css

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

 a { background-color: rgb(149,119,46); }

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

border-color css

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

 span { border-color: rgb(149,119,46); }

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