Html Css Color HEX #534740 Cork

📋 copy color: '#534740'

red 83 ◦ green 71 ◦ blue 64

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

Shades of Cork #534740

Tints of Cork #534740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.57%

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

R = 38.07%
G = 32.57%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.67

RGB Variations

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

Color information

#534740 (or 0x534740) is known color: Cork. HEX triplet: 53, 47 and 40. RGB value is (83,71,64). Sum of RGB (Red+Green+Blue) = 83+71+64=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #534740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534740 is #ACB8BF. Grayscale: #494949. Windows color (decimal): -11319488 or 4212563. OLE color: 4212563.

HSL color Cylindrical-coordinate representation of color #534740: hue angle of 22.11º 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 #534740 is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 71 64 -
CMYK 0 0.14 0.23 0.67
HSL 22.11º 0.13% 0.29% -
HSV(B) 22.11º 0.23% 0.33% -
XYZ 6.75 6.72 5.79 -
YUV 73.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 83 71 64 0 0.14 0.23 0.67 22.11 0.13 0.29
Hex 53 47 40 0 E 17 43 16 D 1D
Octal 123 107 100 0 16 27 103 26 15 35
Binary 1010011 1000111 1000000 0 1110 10111 1000011 10110 1101 11101

Color Harmonies of #534740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534740

Black with #534740

Text Example


Text Example

White with #534740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534740; }

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

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

background-color css

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

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

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

border-color css

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

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

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