Html Css Color HEX #534941 Cork

📋 copy color: '#534941'

red 83 ◦ green 73 ◦ blue 65

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

Shades of Cork #534941

Tints of Cork #534941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.41%

R = 37.56%
G = 33.03%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#534941 (or 0x534941) is known color: Cork. HEX triplet: 53, 49 and 41. RGB value is (83,73,65). Sum of RGB (Red+Green+Blue) = 83+73+65=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 73 (28.91% from 255 or 33.03% from 221); Blue value is 65 (25.78% from 255 or 29.41% from 221); Max value from RGB is 83 - color contains mainly: red. Hex color #534941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534941 is #ACB6BE. Grayscale: #4B4B4B. Windows color (decimal): -11318975 or 4278611. OLE color: 4278611.

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

Color convert

RGB 83 73 65 -
CMYK 0 0.12 0.22 0.67
HSL 26.67º 0.12% 0.29% -
HSV(B) 26.67º 0.22% 0.33% -
XYZ 6.9 6.99 5.99 -
YUV 75.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 83 73 65 0 0.12 0.22 0.67 26.67 0.12 0.29
Hex 53 49 41 0 C 16 43 1B C 1D
Octal 123 111 101 0 14 26 103 33 14 35
Binary 1010011 1001001 1000001 0 1100 10110 1000011 11011 1100 11101

Color Harmonies of #534941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534941

Black with #534941

Text Example


Text Example

White with #534941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534941; }

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

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

background-color css

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

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

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

border-color css

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

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

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