Html Css Color HEX #513938 Van Cleef

📋 copy color: '#513938'

red 81 ◦ green 57 ◦ blue 56

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

Shades of Van Cleef #513938

Tints of Van Cleef #513938

RGB

 RED value IS 81 (32.03% from 255) = 41.75%

 GREEN value IS 57 (22.66% from 255) = 29.38%

 BLUE value IS 56 (22.27% from 255) = 28.87%

R = 41.75%
G = 29.38%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.68

RGB Variations

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

Color information

#513938 (or 0x513938) is known color: Van Cleef. HEX triplet: 51, 39 and 38. RGB value is (81,57,56). Sum of RGB (Red+Green+Blue) = 81+57+56=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 56 (22.27% from 255 or 28.87% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #513938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513938 is #AEC6C7. Grayscale: #404040. Windows color (decimal): -11454152 or 3684689. OLE color: 3684689.

HSL color Cylindrical-coordinate representation of color #513938: hue angle of 2.4º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #513938 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 57 56 -
CMYK 0 0.30 0.31 0.68
HSL 2.4º 0.18% 0.27% -
HSV(B) 2.4º 0.31% 0.32% -
XYZ 5.57 4.96 4.41 -
YUV 64.06 123.45 140.08 -
System Red Green Blue C M Y K H S L
Decimal 81 57 56 0 0.30 0.31 0.68 2.4 0.18 0.27
Hex 51 39 38 0 1E 1F 44 2 12 1B
Octal 121 71 70 0 36 37 104 2 22 33
Binary 1010001 111001 111000 0 11110 11111 1000100 10 10010 11011

Color Harmonies of #513938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513938

Black with #513938

Text Example


Text Example

White with #513938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513938; }

 p { color: rgb(81,57,56); }

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

background-color css

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

 a { background-color: rgb(81,57,56); }

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

border-color css

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

 span { border-color: rgb(81,57,56); }

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