Html Css Color HEX #534A45 Cork

📋 copy color: '#534A45'

red 83 ◦ green 74 ◦ blue 69

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

Shades of Cork #534A45

Tints of Cork #534A45

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.74%

 BLUE value IS 69 (27.34% from 255) = 30.53%

R = 36.73%
G = 32.74%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#534A45 (or 0x534A45) is known color: Cork. HEX triplet: 53, 4A and 45. RGB value is (83,74,69). Sum of RGB (Red+Green+Blue) = 83+74+69=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 83 - color contains mainly: red. Hex color #534A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534A45 is #ACB5BA. Grayscale: #4C4C4C. Windows color (decimal): -11318715 or 4541011. OLE color: 4541011.

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

Color convert

RGB 83 74 69 -
CMYK 0 0.11 0.17 0.67
HSL 21.43º 0.09% 0.3% -
HSV(B) 21.43º 0.17% 0.33% -
XYZ 7.09 7.17 6.64 -
YUV 76.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 83 74 69 0 0.11 0.17 0.67 21.43 0.09 0.3
Hex 53 4A 45 0 B 11 43 15 9 1E
Octal 123 112 105 0 13 21 103 25 11 36
Binary 1010011 1001010 1000101 0 1011 10001 1000011 10101 1001 11110

Color Harmonies of #534A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534A45

Black with #534A45

Text Example


Text Example

White with #534A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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