Html Css Color HEX #54473F Cork

📋 copy color: '#54473F'

red 84 ◦ green 71 ◦ blue 63

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

Shades of Cork #54473F

Tints of Cork #54473F

RGB

 RED value IS 84 (33.2% from 255) = 38.53%

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

 BLUE value IS 63 (25% from 255) = 28.9%

R = 38.53%
G = 32.57%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#54473F (or 0x54473F) is known color: Cork. HEX triplet: 54, 47 and 3F. RGB value is (84,71,63). Sum of RGB (Red+Green+Blue) = 84+71+63=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 71 (28.12% from 255 or 32.57% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 84 - color contains mainly: red. Hex color #54473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #54473F is #ABB8C0. Grayscale: #4A4A4A. Windows color (decimal): -11253953 or 4147028. OLE color: 4147028.

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

Color convert

RGB 84 71 63 -
CMYK 0 0.15 0.25 0.67
HSL 22.86º 0.14% 0.29% -
HSV(B) 22.86º 0.25% 0.33% -
XYZ 6.81 6.75 5.65 -
YUV 73.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 84 71 63 0 0.15 0.25 0.67 22.86 0.14 0.29
Hex 54 47 3F 0 F 19 43 17 E 1D
Octal 124 107 77 0 17 31 103 27 16 35
Binary 1010100 1000111 111111 0 1111 11001 1000011 10111 1110 11101

Color Harmonies of #54473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54473F

Black with #54473F

Text Example


Text Example

White with #54473F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54473F; }

 p { color: rgb(84,71,63); }

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

background-color css

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

 a { background-color: rgb(84,71,63); }

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

border-color css

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

 span { border-color: rgb(84,71,63); }

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