Html Css Color HEX #534942 Cork

📋 copy color: '#534942'

red 83 ◦ green 73 ◦ blue 66

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

Shades of Cork #534942

Tints of Cork #534942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.88%

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

R = 37.39%
G = 32.88%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#534942 (or 0x534942) is known color: Cork. HEX triplet: 53, 49 and 42. RGB value is (83,73,66). Sum of RGB (Red+Green+Blue) = 83+73+66=222 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.39% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 66 (26.17% from 255 or 29.73% from 222); Max value from RGB is 83 - color contains mainly: red. Hex color #534942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534942 is #ACB6BD. Grayscale: #4B4B4B. Windows color (decimal): -11318974 or 4344147. OLE color: 4344147.

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

Color convert

RGB 83 73 66 -
CMYK 0 0.12 0.20 0.67
HSL 24.71º 0.11% 0.29% -
HSV(B) 24.71º 0.2% 0.33% -
XYZ 6.93 7 6.14 -
YUV 75.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 83 73 66 0 0.12 0.20 0.67 24.71 0.11 0.29
Hex 53 49 42 0 C 14 43 19 B 1D
Octal 123 111 102 0 14 24 103 31 13 35
Binary 1010011 1001001 1000010 0 1100 10100 1000011 11001 1011 11101

Color Harmonies of #534942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534942

Black with #534942

Text Example


Text Example

White with #534942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534942; }

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

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

background-color css

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

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

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

border-color css

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

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

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