Html Css Color HEX #51472B Punga

📋 copy color: '#51472B'

red 81 ◦ green 71 ◦ blue 43

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

Shades of Punga #51472B

Tints of Punga #51472B

RGB

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

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

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

R = 41.54%
G = 36.41%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.68

RGB Variations

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

Color information

#51472B (or 0x51472B) is known color: Punga. HEX triplet: 51, 47 and 2B. RGB value is (81,71,43). Sum of RGB (Red+Green+Blue) = 81+71+43=195 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.54% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 81 - color contains mainly: red. Hex color #51472B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51472B is #AEB8D4. Grayscale: #464646. Windows color (decimal): -11450581 or 2836305. OLE color: 2836305.

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

Color convert

RGB 81 71 43 -
CMYK 0 0.12 0.47 0.68
HSL 44.21º 0.31% 0.24% -
HSV(B) 44.21º 0.47% 0.32% -
XYZ 6.08 6.43 3.21 -
YUV 70.8 112.31 135.28 -
System Red Green Blue C M Y K H S L
Decimal 81 71 43 0 0.12 0.47 0.68 44.21 0.31 0.24
Hex 51 47 2B 0 C 2F 44 2C 1F 18
Octal 121 107 53 0 14 57 104 54 37 30
Binary 1010001 1000111 101011 0 1100 101111 1000100 101100 11111 11000

Color Harmonies of #51472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51472B

Black with #51472B

Text Example


Text Example

White with #51472B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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