Html Css Color HEX #795F4B Pine Cone

📋 copy color: '#795F4B'

red 121 ◦ green 95 ◦ blue 75

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

Shades of Pine Cone #795F4B

Tints of Pine Cone #795F4B

RGB

 RED value IS 121 (47.66% from 255) = 41.58%

 GREEN value IS 95 (37.5% from 255) = 32.65%

 BLUE value IS 75 (29.69% from 255) = 25.77%

R = 41.58%
G = 32.65%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#795F4B (or 0x795F4B) is known color: Pine Cone. HEX triplet: 79, 5F and 4B. RGB value is (121,95,75). Sum of RGB (Red+Green+Blue) = 121+95+75=291 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.58% from 291); Green value is 95 (37.5% from 255 or 32.65% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 121 - color contains mainly: red. Hex color #795F4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795F4B is #86A0B4. Grayscale: #646464. Windows color (decimal): -8822965 or 4939641. OLE color: 4939641.

HSL color Cylindrical-coordinate representation of color #795F4B: hue angle of 26.09º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #795F4B is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 95 75 -
CMYK 0 0.21 0.38 0.53
HSL 26.09º 0.23% 0.38% -
HSV(B) 26.09º 0.38% 0.47% -
XYZ 13.25 12.76 8.42 -
YUV 100.49 113.61 142.63 -
System Red Green Blue C M Y K H S L
Decimal 121 95 75 0 0.21 0.38 0.53 26.09 0.23 0.38
Hex 79 5F 4B 0 15 26 35 1A 17 26
Octal 171 137 113 0 25 46 65 32 27 46
Binary 1111001 1011111 1001011 0 10101 100110 110101 11010 10111 100110

Color Harmonies of #795F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795F4B

Black with #795F4B

Text Example


Text Example

White with #795F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795F4B; }

 p { color: rgb(121,95,75); }

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

background-color css

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

 a { background-color: rgb(121,95,75); }

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

border-color css

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

 span { border-color: rgb(121,95,75); }

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