Html Css Color HEX #53473F Cork

📋 copy color: '#53473F'

red 83 ◦ green 71 ◦ blue 63

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

Shades of Cork #53473F

Tints of Cork #53473F

RGB

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

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

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

R = 38.25%
G = 32.72%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.24

 K value IS 0.67

RGB Variations

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

Color information

#53473F (or 0x53473F) is known color: Cork. HEX triplet: 53, 47 and 3F. RGB value is (83,71,63). Sum of RGB (Red+Green+Blue) = 83+71+63=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 63 (25% from 255 or 29.03% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #53473F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53473F is #ACB8C0. Grayscale: #494949. Windows color (decimal): -11319489 or 4147027. OLE color: 4147027.

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

Color convert

RGB 83 71 63 -
CMYK 0 0.14 0.24 0.67
HSL 24º 0.14% 0.29% -
HSV(B) 24º 0.24% 0.33% -
XYZ 6.72 6.7 5.64 -
YUV 73.68 121.98 134.65 -
System Red Green Blue C M Y K H S L
Decimal 83 71 63 0 0.14 0.24 0.67 24 0.14 0.29
Hex 53 47 3F 0 E 18 43 18 E 1D
Octal 123 107 77 0 16 30 103 30 16 35
Binary 1010011 1000111 111111 0 1110 11000 1000011 11000 1110 11101

Color Harmonies of #53473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53473F

Black with #53473F

Text Example


Text Example

White with #53473F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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