Html Css Color HEX #57483F Cork

📋 copy color: '#57483F'

red 87 ◦ green 72 ◦ blue 63

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

Shades of Cork #57483F

Tints of Cork #57483F

RGB

 RED value IS 87 (34.38% from 255) = 39.19%

 GREEN value IS 72 (28.52% from 255) = 32.43%

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

R = 39.19%
G = 32.43%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#57483F (or 0x57483F) is known color: Cork. HEX triplet: 57, 48 and 3F. RGB value is (87,72,63). Sum of RGB (Red+Green+Blue) = 87+72+63=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 87 - color contains mainly: red. Hex color #57483F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57483F is #A8B7C0. Grayscale: #4B4B4B. Windows color (decimal): -11057089 or 4147287. OLE color: 4147287.

HSL color Cylindrical-coordinate representation of color #57483F: hue angle of 22.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #57483F is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 72 63 -
CMYK 0 0.17 0.28 0.66
HSL 22.5º 0.16% 0.29% -
HSV(B) 22.5º 0.28% 0.34% -
XYZ 7.15 7.02 5.68 -
YUV 75.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 87 72 63 0 0.17 0.28 0.66 22.5 0.16 0.29
Hex 57 48 3F 0 11 1C 42 16 10 1D
Octal 127 110 77 0 21 34 102 26 20 35
Binary 1010111 1001000 111111 0 10001 11100 1000010 10110 10000 11101

Color Harmonies of #57483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57483F

Black with #57483F

Text Example


Text Example

White with #57483F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,72,63); }

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

background-color css

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

 a { background-color: rgb(87,72,63); }

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

border-color css

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

 span { border-color: rgb(87,72,63); }

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