Html Css Color HEX #95752F Corn Harvest

📋 copy color: '#95752F'

red 149 ◦ green 117 ◦ blue 47

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

Shades of Corn Harvest #95752F

Tints of Corn Harvest #95752F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.02%

R = 47.6%
G = 37.38%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#95752F (or 0x95752F) is known color: Corn Harvest. HEX triplet: 95, 75 and 2F. RGB value is (149,117,47). Sum of RGB (Red+Green+Blue) = 149+117+47=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 117 (46.09% from 255 or 37.38% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 149 - color contains mainly: red. Hex color #95752F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95752F is #6A8AD0. Grayscale: #767676. Windows color (decimal): -6982353 or 3110293. OLE color: 3110293.

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

Color convert

RGB 149 117 47 -
CMYK 0 0.21 0.68 0.42
HSL 41.18º 0.52% 0.38% -
HSV(B) 41.18º 0.68% 0.58% -
XYZ 19.27 19.32 5.4 -
YUV 118.59 87.6 149.69 -
System Red Green Blue C M Y K H S L
Decimal 149 117 47 0 0.21 0.68 0.42 41.18 0.52 0.38
Hex 95 75 2F 0 15 44 2A 29 34 26
Octal 225 165 57 0 25 104 52 51 64 46
Binary 10010101 1110101 101111 0 10101 1000100 101010 101001 110100 100110

Color Harmonies of #95752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95752F

Black with #95752F

Text Example


Text Example

White with #95752F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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