Html Css Color HEX #534B37 Punga

📋 copy color: '#534B37'

red 83 ◦ green 75 ◦ blue 55

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

Shades of Punga #534B37

Tints of Punga #534B37

RGB

 RED value IS 83 (32.81% from 255) = 38.97%

 GREEN value IS 75 (29.69% from 255) = 35.21%

 BLUE value IS 55 (21.88% from 255) = 25.82%

R = 38.97%
G = 35.21%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.67

RGB Variations

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

Color information

#534B37 (or 0x534B37) is known color: Punga. HEX triplet: 53, 4B and 37. RGB value is (83,75,55). Sum of RGB (Red+Green+Blue) = 83+75+55=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 55 (21.88% from 255 or 25.82% from 213); Max value from RGB is 83 - color contains mainly: red. Hex color #534B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B37 is #ACB4C8. Grayscale: #4B4B4B. Windows color (decimal): -11318473 or 3623763. OLE color: 3623763.

HSL color Cylindrical-coordinate representation of color #534B37: hue angle of 42.86º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #534B37 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 75 55 -
CMYK 0 0.10 0.34 0.67
HSL 42.86º 0.2% 0.27% -
HSV(B) 42.86º 0.34% 0.33% -
XYZ 6.77 7.15 4.64 -
YUV 75.11 116.65 133.63 -
System Red Green Blue C M Y K H S L
Decimal 83 75 55 0 0.10 0.34 0.67 42.86 0.2 0.27
Hex 53 4B 37 0 A 22 43 2B 14 1B
Octal 123 113 67 0 12 42 103 53 24 33
Binary 1010011 1001011 110111 0 1010 100010 1000011 101011 10100 11011

Color Harmonies of #534B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B37

Black with #534B37

Text Example


Text Example

White with #534B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534B37; }

 p { color: rgb(83,75,55); }

 H1.HeaderClassName
 {
   color: #534B37;
 }
 .AnyTagClassName
 {
   color: #534B37;
 }
</style>

background-color css

<style>
 a { background-color: #534B37; }

 a { background-color: rgb(83,75,55); }

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

border-color css

<style>
 span { border-color: #534B37; }

 span { border-color: rgb(83,75,55); }

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