Html Css Color HEX #5E413D Van Cleef

📋 copy color: '#5E413D'

red 94 ◦ green 65 ◦ blue 61

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

Shades of Van Cleef #5E413D

Tints of Van Cleef #5E413D

RGB

 RED value IS 94 (37.11% from 255) = 42.73%

 GREEN value IS 65 (25.78% from 255) = 29.55%

 BLUE value IS 61 (24.22% from 255) = 27.73%

R = 42.73%
G = 29.55%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.63

RGB Variations

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

Color information

#5E413D (or 0x5E413D) is known color: Van Cleef. HEX triplet: 5E, 41 and 3D. RGB value is (94,65,61). Sum of RGB (Red+Green+Blue) = 94+65+61=220 (29% of max value = 765). Red value is 94 (37.11% from 255 or 42.73% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 94 - color contains mainly: red. Hex color #5E413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E413D is #A1BEC2. Grayscale: #494949. Windows color (decimal): -10600131 or 4014430. OLE color: 4014430.

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

Color convert

RGB 94 65 61 -
CMYK 0 0.31 0.35 0.63
HSL 7.27º 0.21% 0.3% -
HSV(B) 7.27º 0.35% 0.37% -
XYZ 7.35 6.5 5.28 -
YUV 73.22 121.11 142.83 -
System Red Green Blue C M Y K H S L
Decimal 94 65 61 0 0.31 0.35 0.63 7.27 0.21 0.3
Hex 5E 41 3D 0 1F 23 3F 7 15 1E
Octal 136 101 75 0 37 43 77 7 25 36
Binary 1011110 1000001 111101 0 11111 100011 111111 111 10101 11110

Color Harmonies of #5E413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E413D

Black with #5E413D

Text Example


Text Example

White with #5E413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,65,61); }

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

background-color css

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

 a { background-color: rgb(94,65,61); }

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

border-color css

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

 span { border-color: rgb(94,65,61); }

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