Html Css Color HEX #514A35 Punga

📋 copy color: '#514A35'

red 81 ◦ green 74 ◦ blue 53

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

Shades of Punga #514A35

Tints of Punga #514A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.48%

R = 38.94%
G = 35.58%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#514A35 (or 0x514A35) is known color: Punga. HEX triplet: 51, 4A and 35. RGB value is (81,74,53). Sum of RGB (Red+Green+Blue) = 81+74+53=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 81 - color contains mainly: red. Hex color #514A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514A35 is #AEB5CA. Grayscale: #494949. Windows color (decimal): -11449803 or 3492433. OLE color: 3492433.

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

Color convert

RGB 81 74 53 -
CMYK 0 0.09 0.35 0.68
HSL 45º 0.21% 0.26% -
HSV(B) 45º 0.35% 0.32% -
XYZ 6.48 6.9 4.36 -
YUV 73.7 116.32 133.21 -
System Red Green Blue C M Y K H S L
Decimal 81 74 53 0 0.09 0.35 0.68 45 0.21 0.26
Hex 51 4A 35 0 9 23 44 2D 15 1A
Octal 121 112 65 0 11 43 104 55 25 32
Binary 1010001 1001010 110101 0 1001 100011 1000100 101101 10101 11010

Color Harmonies of #514A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514A35

Black with #514A35

Text Example


Text Example

White with #514A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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