Html Css Color HEX #534B36 Punga

📋 copy color: '#534B36'

red 83 ◦ green 75 ◦ blue 54

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

Shades of Punga #534B36

Tints of Punga #534B36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 25.47%

R = 39.15%
G = 35.38%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.67

RGB Variations

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

Color information

#534B36 (or 0x534B36) is known color: Punga. HEX triplet: 53, 4B and 36. RGB value is (83,75,54). Sum of RGB (Red+Green+Blue) = 83+75+54=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 54 (21.48% from 255 or 25.47% from 212); Max value from RGB is 83 - color contains mainly: red. Hex color #534B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B36 is #ACB4C9. Grayscale: #4B4B4B. Windows color (decimal): -11318474 or 3558227. OLE color: 3558227.

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

Color convert

RGB 83 75 54 -
CMYK 0 0.10 0.35 0.67
HSL 43.45º 0.21% 0.27% -
HSV(B) 43.45º 0.35% 0.33% -
XYZ 6.75 7.14 4.51 -
YUV 75 116.15 133.71 -
System Red Green Blue C M Y K H S L
Decimal 83 75 54 0 0.10 0.35 0.67 43.45 0.21 0.27
Hex 53 4B 36 0 A 23 43 2B 15 1B
Octal 123 113 66 0 12 43 103 53 25 33
Binary 1010011 1001011 110110 0 1010 100011 1000011 101011 10101 11011

Color Harmonies of #534B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B36

Black with #534B36

Text Example


Text Example

White with #534B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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