Html Css Color HEX #756153 Pine Cone

📋 copy color: '#756153'

red 117 ◦ green 97 ◦ blue 83

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

Shades of Pine Cone #756153

Tints of Pine Cone #756153

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.66%

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

R = 39.39%
G = 32.66%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#756153 (or 0x756153) is known color: Pine Cone. HEX triplet: 75, 61 and 53. RGB value is (117,97,83). Sum of RGB (Red+Green+Blue) = 117+97+83=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 83 (32.81% from 255 or 27.95% from 297); Max value from RGB is 117 - color contains mainly: red. Hex color #756153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756153 is #8A9EAC. Grayscale: #656565. Windows color (decimal): -9084589 or 5464437. OLE color: 5464437.

HSL color Cylindrical-coordinate representation of color #756153: hue angle of 24.71º 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 #756153 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 83 -
CMYK 0 0.17 0.29 0.54
HSL 24.71º 0.17% 0.39% -
HSV(B) 24.71º 0.29% 0.46% -
XYZ 13.17 12.96 9.99 -
YUV 101.38 117.63 139.14 -
System Red Green Blue C M Y K H S L
Decimal 117 97 83 0 0.17 0.29 0.54 24.71 0.17 0.39
Hex 75 61 53 0 11 1D 36 19 11 27
Octal 165 141 123 0 21 35 66 31 21 47
Binary 1110101 1100001 1010011 0 10001 11101 110110 11001 10001 100111

Color Harmonies of #756153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756153

Black with #756153

Text Example


Text Example

White with #756153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756153; }

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

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

background-color css

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

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

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

border-color css

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

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

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