Html Css Color HEX #957C3A Corn Harvest

📋 copy color: '#957C3A'

red 149 ◦ green 124 ◦ blue 58

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

Shades of Corn Harvest #957C3A

Tints of Corn Harvest #957C3A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.46%

 BLUE value IS 58 (23.05% from 255) = 17.52%

R = 45.02%
G = 37.46%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.42

RGB Variations

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

Color information

#957C3A (or 0x957C3A) is known color: Corn Harvest. HEX triplet: 95, 7C and 3A. RGB value is (149,124,58). Sum of RGB (Red+Green+Blue) = 149+124+58=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 58 (23.05% from 255 or 17.52% from 331); Max value from RGB is 149 - color contains mainly: red. Hex color #957C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957C3A is #6A83C5. Grayscale: #7C7C7C. Windows color (decimal): -6980550 or 3832981. OLE color: 3832981.

HSL color Cylindrical-coordinate representation of color #957C3A: hue angle of 43.52º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #957C3A is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 124 58 -
CMYK 0 0.17 0.61 0.42
HSL 43.52º 0.44% 0.41% -
HSV(B) 43.52º 0.61% 0.58% -
XYZ 20.37 21.11 7 -
YUV 123.95 90.78 145.87 -
System Red Green Blue C M Y K H S L
Decimal 149 124 58 0 0.17 0.61 0.42 43.52 0.44 0.41
Hex 95 7C 3A 0 11 3D 2A 2C 2C 29
Octal 225 174 72 0 21 75 52 54 54 51
Binary 10010101 1111100 111010 0 10001 111101 101010 101100 101100 101001

Color Harmonies of #957C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C3A

Black with #957C3A

Text Example


Text Example

White with #957C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957C3A; }

 p { color: rgb(149,124,58); }

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

background-color css

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

 a { background-color: rgb(149,124,58); }

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

border-color css

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

 span { border-color: rgb(149,124,58); }

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