Html Css Color HEX #51472C Punga

📋 copy color: '#51472C'

red 81 ◦ green 71 ◦ blue 44

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

Shades of Punga #51472C

Tints of Punga #51472C

RGB

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

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

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

R = 41.33%
G = 36.22%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.46

 K value IS 0.68

RGB Variations

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

Color information

#51472C (or 0x51472C) is known color: Punga. HEX triplet: 51, 47 and 2C. RGB value is (81,71,44). Sum of RGB (Red+Green+Blue) = 81+71+44=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 81 - color contains mainly: red. Hex color #51472C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51472C is #AEB8D3. Grayscale: #474747. Windows color (decimal): -11450580 or 2901841. OLE color: 2901841.

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

Color convert

RGB 81 71 44 -
CMYK 0 0.12 0.46 0.68
HSL 43.78º 0.3% 0.25% -
HSV(B) 43.78º 0.46% 0.32% -
XYZ 6.1 6.44 3.3 -
YUV 70.91 112.81 135.2 -
System Red Green Blue C M Y K H S L
Decimal 81 71 44 0 0.12 0.46 0.68 43.78 0.3 0.25
Hex 51 47 2C 0 C 2E 44 2C 1E 19
Octal 121 107 54 0 14 56 104 54 36 31
Binary 1010001 1000111 101100 0 1100 101110 1000100 101100 11110 11001

Color Harmonies of #51472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51472C

Black with #51472C

Text Example


Text Example

White with #51472C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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