Html Css Color HEX #95752C Corn Harvest

📋 copy color: '#95752C'

red 149 ◦ green 117 ◦ blue 44

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

Shades of Corn Harvest #95752C

Tints of Corn Harvest #95752C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.19%

R = 48.06%
G = 37.74%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95752C (or 0x95752C) is known color: Corn Harvest. HEX triplet: 95, 75 and 2C. RGB value is (149,117,44). Sum of RGB (Red+Green+Blue) = 149+117+44=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 149 - color contains mainly: red. Hex color #95752C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95752C is #6A8AD3. Grayscale: #767676. Windows color (decimal): -6982356 or 2913685. OLE color: 2913685.

HSL color Cylindrical-coordinate representation of color #95752C: hue angle of 41.71º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95752C is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 117 44 -
CMYK 0 0.21 0.70 0.42
HSL 41.71º 0.54% 0.38% -
HSV(B) 41.71º 0.7% 0.58% -
XYZ 19.21 19.29 5.09 -
YUV 118.25 86.1 149.94 -
System Red Green Blue C M Y K H S L
Decimal 149 117 44 0 0.21 0.70 0.42 41.71 0.54 0.38
Hex 95 75 2C 0 15 46 2A 2A 36 26
Octal 225 165 54 0 25 106 52 52 66 46
Binary 10010101 1110101 101100 0 10101 1000110 101010 101010 110110 100110

Color Harmonies of #95752C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95752C

Black with #95752C

Text Example


Text Example

White with #95752C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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