Html Css Color HEX #534741 Cork

📋 copy color: '#534741'

red 83 ◦ green 71 ◦ blue 65

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

Shades of Cork #534741

Tints of Cork #534741

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.42%

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

R = 37.9%
G = 32.42%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.67

RGB Variations

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

Color information

#534741 (or 0x534741) is known color: Cork. HEX triplet: 53, 47 and 41. RGB value is (83,71,65). Sum of RGB (Red+Green+Blue) = 83+71+65=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 65 (25.78% from 255 or 29.68% from 219); Max value from RGB is 83 - color contains mainly: red. Hex color #534741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534741 is #ACB8BE. Grayscale: #494949. Windows color (decimal): -11319487 or 4278099. OLE color: 4278099.

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

Color convert

RGB 83 71 65 -
CMYK 0 0.14 0.22 0.67
HSL 20º 0.12% 0.29% -
HSV(B) 20º 0.22% 0.33% -
XYZ 6.77 6.73 5.94 -
YUV 73.9 122.98 134.49 -
System Red Green Blue C M Y K H S L
Decimal 83 71 65 0 0.14 0.22 0.67 20 0.12 0.29
Hex 53 47 41 0 E 16 43 14 C 1D
Octal 123 107 101 0 16 26 103 24 14 35
Binary 1010011 1000111 1000001 0 1110 10110 1000011 10100 1100 11101

Color Harmonies of #534741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534741

Black with #534741

Text Example


Text Example

White with #534741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534741; }

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

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

background-color css

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

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

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

border-color css

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

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

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