Html Css Color HEX #51482B Punga

📋 copy color: '#51482B'

red 81 ◦ green 72 ◦ blue 43

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

Shades of Punga #51482B

Tints of Punga #51482B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 36.73%

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

R = 41.33%
G = 36.73%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.47

 K value IS 0.68

RGB Variations

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

Color information

#51482B (or 0x51482B) is known color: Punga. HEX triplet: 51, 48 and 2B. RGB value is (81,72,43). Sum of RGB (Red+Green+Blue) = 81+72+43=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 81 - color contains mainly: red. Hex color #51482B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51482B is #AEB7D4. Grayscale: #474747. Windows color (decimal): -11450325 or 2836561. OLE color: 2836561.

HSL color Cylindrical-coordinate representation of color #51482B: hue angle of 45.79º 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 #51482B is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 72 43 -
CMYK 0 0.11 0.47 0.68
HSL 45.79º 0.31% 0.24% -
HSV(B) 45.79º 0.47% 0.32% -
XYZ 6.15 6.56 3.23 -
YUV 71.39 111.98 134.86 -
System Red Green Blue C M Y K H S L
Decimal 81 72 43 0 0.11 0.47 0.68 45.79 0.31 0.24
Hex 51 48 2B 0 B 2F 44 2E 1F 18
Octal 121 110 53 0 13 57 104 56 37 30
Binary 1010001 1001000 101011 0 1011 101111 1000100 101110 11111 11000

Color Harmonies of #51482B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51482B

Black with #51482B

Text Example


Text Example

White with #51482B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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