Html Css Color HEX #534B34 Punga

📋 copy color: '#534B34'

red 83 ◦ green 75 ◦ blue 52

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

Shades of Punga #534B34

Tints of Punga #534B34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 24.76%

R = 39.52%
G = 35.71%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#534B34 (or 0x534B34) is known color: Punga. HEX triplet: 53, 4B and 34. RGB value is (83,75,52). Sum of RGB (Red+Green+Blue) = 83+75+52=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 52 (20.70% from 255 or 24.76% from 210); Max value from RGB is 83 - color contains mainly: red. Hex color #534B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B34 is #ACB4CB. Grayscale: #4A4A4A. Windows color (decimal): -11318476 or 3427155. OLE color: 3427155.

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

Color convert

RGB 83 75 52 -
CMYK 0 0.10 0.37 0.67
HSL 44.52º 0.23% 0.26% -
HSV(B) 44.52º 0.37% 0.33% -
XYZ 6.7 7.12 4.27 -
YUV 74.77 115.15 133.87 -
System Red Green Blue C M Y K H S L
Decimal 83 75 52 0 0.10 0.37 0.67 44.52 0.23 0.26
Hex 53 4B 34 0 A 25 43 2D 17 1A
Octal 123 113 64 0 12 45 103 55 27 32
Binary 1010011 1001011 110100 0 1010 100101 1000011 101101 10111 11010

Color Harmonies of #534B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B34

Black with #534B34

Text Example


Text Example

White with #534B34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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