Html Css Color HEX #534840 Cork

📋 copy color: '#534840'

red 83 ◦ green 72 ◦ blue 64

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

Shades of Cork #534840

Tints of Cork #534840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.88%

 BLUE value IS 64 (25.39% from 255) = 29.22%

R = 37.9%
G = 32.88%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#534840 (or 0x534840) is known color: Cork. HEX triplet: 53, 48 and 40. RGB value is (83,72,64). Sum of RGB (Red+Green+Blue) = 83+72+64=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 83 - color contains mainly: red. Hex color #534840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534840 is #ACB7BF. Grayscale: #4A4A4A. Windows color (decimal): -11319232 or 4212819. OLE color: 4212819.

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

Color convert

RGB 83 72 64 -
CMYK 0 0.13 0.23 0.67
HSL 25.26º 0.13% 0.29% -
HSV(B) 25.26º 0.23% 0.33% -
XYZ 6.81 6.84 5.81 -
YUV 74.38 122.14 134.15 -
System Red Green Blue C M Y K H S L
Decimal 83 72 64 0 0.13 0.23 0.67 25.26 0.13 0.29
Hex 53 48 40 0 D 17 43 19 D 1D
Octal 123 110 100 0 15 27 103 31 15 35
Binary 1010011 1001000 1000000 0 1101 10111 1000011 11001 1101 11101

Color Harmonies of #534840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534840

Black with #534840

Text Example


Text Example

White with #534840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534840; }

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

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

background-color css

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

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

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

border-color css

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

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

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