Html Css Color HEX #534B38 Punga

📋 copy color: '#534B38'

red 83 ◦ green 75 ◦ blue 56

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

Shades of Punga #534B38

Tints of Punga #534B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 26.17%

R = 38.79%
G = 35.05%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#534B38 (or 0x534B38) is known color: Punga. HEX triplet: 53, 4B and 38. RGB value is (83,75,56). Sum of RGB (Red+Green+Blue) = 83+75+56=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 75 (29.69% from 255 or 35.05% from 214); Blue value is 56 (22.27% from 255 or 26.17% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #534B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B38 is #ACB4C7. Grayscale: #4B4B4B. Windows color (decimal): -11318472 or 3689299. OLE color: 3689299.

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

Color convert

RGB 83 75 56 -
CMYK 0 0.10 0.33 0.67
HSL 42.22º 0.19% 0.27% -
HSV(B) 42.22º 0.33% 0.33% -
XYZ 6.8 7.16 4.76 -
YUV 75.23 117.15 133.54 -
System Red Green Blue C M Y K H S L
Decimal 83 75 56 0 0.10 0.33 0.67 42.22 0.19 0.27
Hex 53 4B 38 0 A 21 43 2A 13 1B
Octal 123 113 70 0 12 41 103 52 23 33
Binary 1010011 1001011 111000 0 1010 100001 1000011 101010 10011 11011

Color Harmonies of #534B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534B38

Black with #534B38

Text Example


Text Example

White with #534B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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