Html Css Color HEX #5A3E39 Van Cleef

📋 copy color: '#5A3E39'

red 90 ◦ green 62 ◦ blue 57

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

Shades of Van Cleef #5A3E39

Tints of Van Cleef #5A3E39

RGB

 RED value IS 90 (35.55% from 255) = 43.06%

 GREEN value IS 62 (24.61% from 255) = 29.67%

 BLUE value IS 57 (22.66% from 255) = 27.27%

R = 43.06%
G = 29.67%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.65

RGB Variations

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

Color information

#5A3E39 (or 0x5A3E39) is known color: Van Cleef. HEX triplet: 5A, 3E and 39. RGB value is (90,62,57). Sum of RGB (Red+Green+Blue) = 90+62+57=209 (27% of max value = 765). Red value is 90 (35.55% from 255 or 43.06% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 57 (22.66% from 255 or 27.27% from 209); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3E39 is #A5C1C6. Grayscale: #454545. Windows color (decimal): -10863047 or 3751514. OLE color: 3751514.

HSL color Cylindrical-coordinate representation of color #5A3E39: hue angle of 9.09º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A3E39 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 62 57 -
CMYK 0 0.31 0.37 0.65
HSL 9.09º 0.22% 0.29% -
HSV(B) 9.09º 0.37% 0.35% -
XYZ 6.68 5.91 4.66 -
YUV 69.8 120.78 142.41 -
System Red Green Blue C M Y K H S L
Decimal 90 62 57 0 0.31 0.37 0.65 9.09 0.22 0.29
Hex 5A 3E 39 0 1F 25 41 9 16 1D
Octal 132 76 71 0 37 45 101 11 26 35
Binary 1011010 111110 111001 0 11111 100101 1000001 1001 10110 11101

Color Harmonies of #5A3E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3E39

Black with #5A3E39

Text Example


Text Example

White with #5A3E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,62,57); }

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

background-color css

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

 a { background-color: rgb(90,62,57); }

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

border-color css

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

 span { border-color: rgb(90,62,57); }

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