Html Css Color HEX #51472A Punga

📋 copy color: '#51472A'

red 81 ◦ green 71 ◦ blue 42

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

Shades of Punga #51472A

Tints of Punga #51472A

RGB

 RED value IS 81 (32.03% from 255) = 41.75%

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

 BLUE value IS 42 (16.8% from 255) = 21.65%

R = 41.75%
G = 36.6%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.68

RGB Variations

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

Color information

#51472A (or 0x51472A) is known color: Punga. HEX triplet: 51, 47 and 2A. RGB value is (81,71,42). Sum of RGB (Red+Green+Blue) = 81+71+42=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #51472A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51472A is #AEB8D5. Grayscale: #464646. Windows color (decimal): -11450582 or 2770769. OLE color: 2770769.

HSL color Cylindrical-coordinate representation of color #51472A: hue angle of 44.62º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51472A is Cyan = 0, Magento = 0.12, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 71 42 -
CMYK 0 0.12 0.48 0.68
HSL 44.62º 0.32% 0.24% -
HSV(B) 44.62º 0.48% 0.32% -
XYZ 6.06 6.42 3.11 -
YUV 70.68 111.81 135.36 -
System Red Green Blue C M Y K H S L
Decimal 81 71 42 0 0.12 0.48 0.68 44.62 0.32 0.24
Hex 51 47 2A 0 C 30 44 2D 20 18
Octal 121 107 52 0 14 60 104 55 40 30
Binary 1010001 1000111 101010 0 1100 110000 1000100 101101 100000 11000

Color Harmonies of #51472A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51472A

Black with #51472A

Text Example


Text Example

White with #51472A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51472A; }

 p { color: rgb(81,71,42); }

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

background-color css

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

 a { background-color: rgb(81,71,42); }

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

border-color css

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

 span { border-color: rgb(81,71,42); }

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