Html Css Color HEX #534C48 Cork

📋 copy color: '#534C48'

red 83 ◦ green 76 ◦ blue 72

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

Shades of Cork #534C48

Tints of Cork #534C48

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.9%

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

R = 35.93%
G = 32.9%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#534C48 (or 0x534C48) is known color: Cork. HEX triplet: 53, 4C and 48. RGB value is (83,76,72). Sum of RGB (Red+Green+Blue) = 83+76+72=231 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.93% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 83 - color contains mainly: red. Hex color #534C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534C48 is #ACB3B7. Grayscale: #4D4D4D. Windows color (decimal): -11318200 or 4738131. OLE color: 4738131.

HSL color Cylindrical-coordinate representation of color #534C48: hue angle of 21.82º 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 #534C48 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 76 72 -
CMYK 0 0.08 0.13 0.67
HSL 21.82º 0.07% 0.3% -
HSV(B) 21.82º 0.13% 0.33% -
XYZ 7.32 7.48 7.19 -
YUV 77.64 124.82 131.83 -
System Red Green Blue C M Y K H S L
Decimal 83 76 72 0 0.08 0.13 0.67 21.82 0.07 0.3
Hex 53 4C 48 0 8 D 43 16 7 1E
Octal 123 114 110 0 10 15 103 26 7 36
Binary 1010011 1001100 1001000 0 1000 1101 1000011 10110 111 11110

Color Harmonies of #534C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534C48

Black with #534C48

Text Example


Text Example

White with #534C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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