Html Css Color HEX #534B35 Punga

📋 copy color: '#534B35'

red 83 ◦ green 75 ◦ blue 53

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

Shades of Punga #534B35

Tints of Punga #534B35

RGB

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

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

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

R = 39.34%
G = 35.55%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#534B35 (or 0x534B35) is known color: Punga. HEX triplet: 53, 4B and 35. RGB value is (83,75,53). Sum of RGB (Red+Green+Blue) = 83+75+53=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #534B35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B35 is #ACB4CA. Grayscale: #4A4A4A. Windows color (decimal): -11318475 or 3492691. OLE color: 3492691.

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

Color convert

RGB 83 75 53 -
CMYK 0 0.10 0.36 0.67
HSL 44º 0.22% 0.27% -
HSV(B) 44º 0.36% 0.33% -
XYZ 6.73 7.13 4.39 -
YUV 74.88 115.65 133.79 -
System Red Green Blue C M Y K H S L
Decimal 83 75 53 0 0.10 0.36 0.67 44 0.22 0.27
Hex 53 4B 35 0 A 24 43 2C 16 1B
Octal 123 113 65 0 12 44 103 54 26 33
Binary 1010011 1001011 110101 0 1010 100100 1000011 101100 10110 11011

Color Harmonies of #534B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B35

Black with #534B35

Text Example


Text Example

White with #534B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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