Html Css Color HEX #56492B Punga

📋 copy color: '#56492B'

red 86 ◦ green 73 ◦ blue 43

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

Shades of Punga #56492B

Tints of Punga #56492B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.14%

 BLUE value IS 43 (17.19% from 255) = 21.29%

R = 42.57%
G = 36.14%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.66

RGB Variations

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

Color information

#56492B (or 0x56492B) is known color: Punga. HEX triplet: 56, 49 and 2B. RGB value is (86,73,43). Sum of RGB (Red+Green+Blue) = 86+73+43=202 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.57% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 43 (17.19% from 255 or 21.29% from 202); Max value from RGB is 86 - color contains mainly: red. Hex color #56492B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56492B is #A9B6D4. Grayscale: #494949. Windows color (decimal): -11122389 or 2836822. OLE color: 2836822.

HSL color Cylindrical-coordinate representation of color #56492B: hue angle of 41.86º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #56492B is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 73 43 -
CMYK 0 0.15 0.50 0.66
HSL 41.86º 0.33% 0.25% -
HSV(B) 41.86º 0.5% 0.34% -
XYZ 6.66 6.92 3.27 -
YUV 73.47 110.81 136.94 -
System Red Green Blue C M Y K H S L
Decimal 86 73 43 0 0.15 0.50 0.66 41.86 0.33 0.25
Hex 56 49 2B 0 F 32 42 2A 21 19
Octal 126 111 53 0 17 62 102 52 41 31
Binary 1010110 1001001 101011 0 1111 110010 1000010 101010 100001 11001

Color Harmonies of #56492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56492B

Black with #56492B

Text Example


Text Example

White with #56492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56492B; }

 p { color: rgb(86,73,43); }

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

background-color css

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

 a { background-color: rgb(86,73,43); }

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

border-color css

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

 span { border-color: rgb(86,73,43); }

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