Html Css Color HEX #514A38 Punga

📋 copy color: '#514A38'

red 81 ◦ green 74 ◦ blue 56

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

Shades of Punga #514A38

Tints of Punga #514A38

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.07%

 BLUE value IS 56 (22.27% from 255) = 26.54%

R = 38.39%
G = 35.07%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.68

RGB Variations

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

Color information

#514A38 (or 0x514A38) is known color: Punga. HEX triplet: 51, 4A and 38. RGB value is (81,74,56). Sum of RGB (Red+Green+Blue) = 81+74+56=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 56 (22.27% from 255 or 26.54% from 211); Max value from RGB is 81 - color contains mainly: red. Hex color #514A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A38 is #AEB5C7. Grayscale: #4A4A4A. Windows color (decimal): -11449800 or 3689041. OLE color: 3689041.

HSL color Cylindrical-coordinate representation of color #514A38: hue angle of 43.2º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #514A38 is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 74 56 -
CMYK 0 0.09 0.31 0.68
HSL 43.2º 0.18% 0.27% -
HSV(B) 43.2º 0.31% 0.32% -
XYZ 6.56 6.93 4.73 -
YUV 74.04 117.82 132.96 -
System Red Green Blue C M Y K H S L
Decimal 81 74 56 0 0.09 0.31 0.68 43.2 0.18 0.27
Hex 51 4A 38 0 9 1F 44 2B 12 1B
Octal 121 112 70 0 11 37 104 53 22 33
Binary 1010001 1001010 111000 0 1001 11111 1000100 101011 10010 11011

Color Harmonies of #514A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A38

Black with #514A38

Text Example


Text Example

White with #514A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514A38; }

 p { color: rgb(81,74,56); }

 H1.HeaderClassName
 {
   color: #514A38;
 }
 .AnyTagClassName
 {
   color: #514A38;
 }
</style>

background-color css

<style>
 a { background-color: #514A38; }

 a { background-color: rgb(81,74,56); }

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

border-color css

<style>
 span { border-color: #514A38; }

 span { border-color: rgb(81,74,56); }

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