Html Css Color HEX #756253 Pine Cone

📋 copy color: '#756253'

red 117 ◦ green 98 ◦ blue 83

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

Shades of Pine Cone #756253

Tints of Pine Cone #756253

RGB

 RED value IS 117 (46.09% from 255) = 39.26%

 GREEN value IS 98 (38.67% from 255) = 32.89%

 BLUE value IS 83 (32.81% from 255) = 27.85%

R = 39.26%
G = 32.89%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#756253 (or 0x756253) is known color: Pine Cone. HEX triplet: 75, 62 and 53. RGB value is (117,98,83). Sum of RGB (Red+Green+Blue) = 117+98+83=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 117 - color contains mainly: red. Hex color #756253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756253 is #8A9DAC. Grayscale: #666666. Windows color (decimal): -9084333 or 5464693. OLE color: 5464693.

HSL color Cylindrical-coordinate representation of color #756253: hue angle of 26.47º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #756253 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 98 83 -
CMYK 0 0.16 0.29 0.54
HSL 26.47º 0.17% 0.39% -
HSV(B) 26.47º 0.29% 0.46% -
XYZ 13.27 13.14 10.02 -
YUV 101.97 117.29 138.72 -
System Red Green Blue C M Y K H S L
Decimal 117 98 83 0 0.16 0.29 0.54 26.47 0.17 0.39
Hex 75 62 53 0 10 1D 36 1A 11 27
Octal 165 142 123 0 20 35 66 32 21 47
Binary 1110101 1100010 1010011 0 10000 11101 110110 11010 10001 100111

Color Harmonies of #756253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756253

Black with #756253

Text Example


Text Example

White with #756253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756253; }

 p { color: rgb(117,98,83); }

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

background-color css

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

 a { background-color: rgb(117,98,83); }

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

border-color css

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

 span { border-color: rgb(117,98,83); }

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