#534B45

Color #534B45 Cork (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cork #534B45

Tints of Cork #534B45

Color information

#534B45 (or 0x534B45) is unknown color: approx Cork. HEX triplet: 53, 4B and 45. RGB value is (83,75,69). Sum of RGB (Red+Green+Blue) = 83+75+69=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 69 (27.34% from 255 or 30.40% from 227); Max value from RGB is 83 - color contains mainly: red. Hex color #534B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534B45 is #ACB4BA. Grayscale: #4C4C4C. Windows color (decimal): -11318459 or 4541267. OLE color: 4541267.

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

Color convert

RGB837569-
CMYK00.100.170.67
HSL25.71º9.21%29.8%-
HSV(B)25.71º16.87%32.55%-
XYZ7.167.36.66-
YUV76.71123.65132.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 36.56%
GREEN value IS 75 (29.69% from 255) = 33.04%
BLUE value IS 69 (27.34% from 255) = 30.40%
R=36.56%
G=33.04%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83756900.100.170.6725.719.2129.8
Hex534B450A11431a91e
Octal12311310501221103321136
Binary1010011100101110001010101010001100001111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #534B45;
 }
 .AnyTagClassName
 {
   color: #534B45;
 }
</style>
background-color css

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

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

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

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

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

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