Html Css Color HEX #5D4A3C Cork

📋 copy color: '#5D4A3C'

red 93 ◦ green 74 ◦ blue 60

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

Shades of Cork #5D4A3C

Tints of Cork #5D4A3C

RGB

 RED value IS 93 (36.72% from 255) = 40.97%

 GREEN value IS 74 (29.3% from 255) = 32.6%

 BLUE value IS 60 (23.83% from 255) = 26.43%

R = 40.97%
G = 32.6%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.35

 K value IS 0.64

RGB Variations

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

Color information

#5D4A3C (or 0x5D4A3C) is known color: Cork. HEX triplet: 5D, 4A and 3C. RGB value is (93,74,60). Sum of RGB (Red+Green+Blue) = 93+74+60=227 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.97% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 93 - color contains mainly: red. Hex color #5D4A3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D4A3C is #A2B5C3. Grayscale: #4E4E4E. Windows color (decimal): -10663364 or 3951197. OLE color: 3951197.

HSL color Cylindrical-coordinate representation of color #5D4A3C: hue angle of 25.45º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5D4A3C is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 74 60 -
CMYK 0 0.20 0.35 0.64
HSL 25.45º 0.22% 0.3% -
HSV(B) 25.45º 0.35% 0.36% -
XYZ 7.78 7.55 5.32 -
YUV 78.09 117.79 138.64 -
System Red Green Blue C M Y K H S L
Decimal 93 74 60 0 0.20 0.35 0.64 25.45 0.22 0.3
Hex 5D 4A 3C 0 14 23 40 19 16 1E
Octal 135 112 74 0 24 43 100 31 26 36
Binary 1011101 1001010 111100 0 10100 100011 1000000 11001 10110 11110

Color Harmonies of #5D4A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4A3C

Black with #5D4A3C

Text Example


Text Example

White with #5D4A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D4A3C; }

 p { color: rgb(93,74,60); }

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

background-color css

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

 a { background-color: rgb(93,74,60); }

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

border-color css

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

 span { border-color: rgb(93,74,60); }

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