Html Css Color HEX #95752E Corn Harvest

📋 copy color: '#95752E'

red 149 ◦ green 117 ◦ blue 46

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

Shades of Corn Harvest #95752E

Tints of Corn Harvest #95752E

RGB

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

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

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

R = 47.76%
G = 37.5%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#95752E (or 0x95752E) is known color: Corn Harvest. HEX triplet: 95, 75 and 2E. RGB value is (149,117,46). Sum of RGB (Red+Green+Blue) = 149+117+46=312 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.76% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 149 - color contains mainly: red. Hex color #95752E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95752E is #6A8AD1. Grayscale: #767676. Windows color (decimal): -6982354 or 3044757. OLE color: 3044757.

HSL color Cylindrical-coordinate representation of color #95752E: hue angle of 41.36º 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 #95752E is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 117 46 -
CMYK 0 0.21 0.69 0.42
HSL 41.36º 0.53% 0.38% -
HSV(B) 41.36º 0.69% 0.58% -
XYZ 19.25 19.31 5.3 -
YUV 118.47 87.1 149.77 -
System Red Green Blue C M Y K H S L
Decimal 149 117 46 0 0.21 0.69 0.42 41.36 0.53 0.38
Hex 95 75 2E 0 15 45 2A 29 35 26
Octal 225 165 56 0 25 105 52 51 65 46
Binary 10010101 1110101 101110 0 10101 1000101 101010 101001 110101 100110

Color Harmonies of #95752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95752E

Black with #95752E

Text Example


Text Example

White with #95752E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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