Html Css Color HEX #534843 Cork

📋 copy color: '#534843'

red 83 ◦ green 72 ◦ blue 67

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

Shades of Cork #534843

Tints of Cork #534843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 30.18%

R = 37.39%
G = 32.43%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.67

RGB Variations

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

Color information

#534843 (or 0x534843) is known color: Cork. HEX triplet: 53, 48 and 43. RGB value is (83,72,67). Sum of RGB (Red+Green+Blue) = 83+72+67=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 83 - color contains mainly: red. Hex color #534843 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534843 is #ACB7BC. Grayscale: #4A4A4A. Windows color (decimal): -11319229 or 4409427. OLE color: 4409427.

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

Color convert

RGB 83 72 67 -
CMYK 0 0.13 0.19 0.67
HSL 18.75º 0.11% 0.29% -
HSV(B) 18.75º 0.19% 0.33% -
XYZ 6.9 6.88 6.27 -
YUV 74.72 123.64 133.91 -
System Red Green Blue C M Y K H S L
Decimal 83 72 67 0 0.13 0.19 0.67 18.75 0.11 0.29
Hex 53 48 43 0 D 13 43 13 B 1D
Octal 123 110 103 0 15 23 103 23 13 35
Binary 1010011 1001000 1000011 0 1101 10011 1000011 10011 1011 11101

Color Harmonies of #534843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534843

Black with #534843

Text Example


Text Example

White with #534843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534843; }

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

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

background-color css

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

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

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

border-color css

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

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

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