Html Css Color HEX #56472C Punga

📋 copy color: '#56472C'

red 86 ◦ green 71 ◦ blue 44

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

Shades of Punga #56472C

Tints of Punga #56472C

RGB

 RED value IS 86 (33.98% from 255) = 42.79%

 GREEN value IS 71 (28.13% from 255) = 35.32%

 BLUE value IS 44 (17.58% from 255) = 21.89%

R = 42.79%
G = 35.32%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.66

RGB Variations

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

Color information

#56472C (or 0x56472C) is known color: Punga. HEX triplet: 56, 47 and 2C. RGB value is (86,71,44). Sum of RGB (Red+Green+Blue) = 86+71+44=201 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.79% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 86 - color contains mainly: red. Hex color #56472C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56472C is #A9B8D3. Grayscale: #484848. Windows color (decimal): -11122900 or 2901846. OLE color: 2901846.

HSL color Cylindrical-coordinate representation of color #56472C: hue angle of 38.57º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #56472C is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 71 44 -
CMYK 0 0.17 0.49 0.66
HSL 38.57º 0.32% 0.25% -
HSV(B) 38.57º 0.49% 0.34% -
XYZ 6.55 6.67 3.32 -
YUV 72.41 111.97 137.7 -
System Red Green Blue C M Y K H S L
Decimal 86 71 44 0 0.17 0.49 0.66 38.57 0.32 0.25
Hex 56 47 2C 0 11 31 42 27 20 19
Octal 126 107 54 0 21 61 102 47 40 31
Binary 1010110 1000111 101100 0 10001 110001 1000010 100111 100000 11001

Color Harmonies of #56472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56472C

Black with #56472C

Text Example


Text Example

White with #56472C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56472C; }

 p { color: rgb(86,71,44); }

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

background-color css

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

 a { background-color: rgb(86,71,44); }

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

border-color css

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

 span { border-color: rgb(86,71,44); }

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