Html Css Color HEX #51472E Punga

📋 copy color: '#51472E'

red 81 ◦ green 71 ◦ blue 46

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

Shades of Punga #51472E

Tints of Punga #51472E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 23.23%

R = 40.91%
G = 35.86%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.68

RGB Variations

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

Color information

#51472E (or 0x51472E) is known color: Punga. HEX triplet: 51, 47 and 2E. RGB value is (81,71,46). Sum of RGB (Red+Green+Blue) = 81+71+46=198 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.91% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 81 - color contains mainly: red. Hex color #51472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51472E is #AEB8D1. Grayscale: #474747. Windows color (decimal): -11450578 or 3032913. OLE color: 3032913.

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

Color convert

RGB 81 71 46 -
CMYK 0 0.12 0.43 0.68
HSL 42.86º 0.28% 0.25% -
HSV(B) 42.86º 0.43% 0.32% -
XYZ 6.14 6.45 3.51 -
YUV 71.14 113.81 135.03 -
System Red Green Blue C M Y K H S L
Decimal 81 71 46 0 0.12 0.43 0.68 42.86 0.28 0.25
Hex 51 47 2E 0 C 2B 44 2B 1C 19
Octal 121 107 56 0 14 53 104 53 34 31
Binary 1010001 1000111 101110 0 1100 101011 1000100 101011 11100 11001

Color Harmonies of #51472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51472E

Black with #51472E

Text Example


Text Example

White with #51472E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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