Html Css Color HEX #534D48 Cork

📋 copy color: '#534D48'

red 83 ◦ green 77 ◦ blue 72

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

Shades of Cork #534D48

Tints of Cork #534D48

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.19%

 BLUE value IS 72 (28.52% from 255) = 31.03%

R = 35.78%
G = 33.19%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#534D48 (or 0x534D48) is known color: Cork. HEX triplet: 53, 4D and 48. RGB value is (83,77,72). Sum of RGB (Red+Green+Blue) = 83+77+72=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 83 - color contains mainly: red. Hex color #534D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #534D48 is #ACB2B7. Grayscale: #4E4E4E. Windows color (decimal): -11317944 or 4738387. OLE color: 4738387.

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

Color convert

RGB 83 77 72 -
CMYK 0 0.07 0.13 0.67
HSL 27.27º 0.07% 0.3% -
HSV(B) 27.27º 0.13% 0.33% -
XYZ 7.39 7.61 7.21 -
YUV 78.22 124.49 131.41 -
System Red Green Blue C M Y K H S L
Decimal 83 77 72 0 0.07 0.13 0.67 27.27 0.07 0.3
Hex 53 4D 48 0 7 D 43 1B 7 1E
Octal 123 115 110 0 7 15 103 33 7 36
Binary 1010011 1001101 1001000 0 111 1101 1000011 11011 111 11110

Color Harmonies of #534D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534D48

Black with #534D48

Text Example


Text Example

White with #534D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,77,72); }

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

background-color css

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

 a { background-color: rgb(83,77,72); }

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

border-color css

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

 span { border-color: rgb(83,77,72); }

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