Html Css Color HEX #534842 Cork

📋 copy color: '#534842'

red 83 ◦ green 72 ◦ blue 66

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

Shades of Cork #534842

Tints of Cork #534842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 29.86%

R = 37.56%
G = 32.58%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#534842 (or 0x534842) is known color: Cork. HEX triplet: 53, 48 and 42. RGB value is (83,72,66). Sum of RGB (Red+Green+Blue) = 83+72+66=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 83 - color contains mainly: red. Hex color #534842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534842 is #ACB7BD. Grayscale: #4A4A4A. Windows color (decimal): -11319230 or 4343891. OLE color: 4343891.

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

Color convert

RGB 83 72 66 -
CMYK 0 0.13 0.20 0.67
HSL 21.18º 0.11% 0.29% -
HSV(B) 21.18º 0.2% 0.33% -
XYZ 6.87 6.87 6.12 -
YUV 74.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 83 72 66 0 0.13 0.20 0.67 21.18 0.11 0.29
Hex 53 48 42 0 D 14 43 15 B 1D
Octal 123 110 102 0 15 24 103 25 13 35
Binary 1010011 1001000 1000010 0 1101 10100 1000011 10101 1011 11101

Color Harmonies of #534842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534842

Black with #534842

Text Example


Text Example

White with #534842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534842; }

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

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

background-color css

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

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

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

border-color css

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

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

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