Html Css Color HEX #73675D Pine Cone

📋 copy color: '#73675D'

red 115 ◦ green 103 ◦ blue 93

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

Shades of Pine Cone #73675D

Tints of Pine Cone #73675D

RGB

 RED value IS 115 (45.31% from 255) = 36.98%

 GREEN value IS 103 (40.63% from 255) = 33.12%

 BLUE value IS 93 (36.72% from 255) = 29.9%

R = 36.98%
G = 33.12%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#73675D (or 0x73675D) is known color: Pine Cone. HEX triplet: 73, 67 and 5D. RGB value is (115,103,93). Sum of RGB (Red+Green+Blue) = 115+103+93=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 115 - color contains mainly: red. Hex color #73675D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73675D is #8C98A2. Grayscale: #696969. Windows color (decimal): -9214115 or 6121331. OLE color: 6121331.

HSL color Cylindrical-coordinate representation of color #73675D: hue angle of 27.27º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #73675D is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 103 93 -
CMYK 0 0.10 0.19 0.55
HSL 27.27º 0.11% 0.41% -
HSV(B) 27.27º 0.19% 0.45% -
XYZ 13.9 14.14 12.35 -
YUV 105.45 120.98 134.81 -
System Red Green Blue C M Y K H S L
Decimal 115 103 93 0 0.10 0.19 0.55 27.27 0.11 0.41
Hex 73 67 5D 0 A 13 37 1B B 29
Octal 163 147 135 0 12 23 67 33 13 51
Binary 1110011 1100111 1011101 0 1010 10011 110111 11011 1011 101001

Color Harmonies of #73675D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73675D

Black with #73675D

Text Example


Text Example

White with #73675D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73675D; }

 p { color: rgb(115,103,93); }

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

background-color css

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

 a { background-color: rgb(115,103,93); }

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

border-color css

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

 span { border-color: rgb(115,103,93); }

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