Html Css Color HEX #513930 Cioccolato

📋 copy color: '#513930'

red 81 ◦ green 57 ◦ blue 48

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

Shades of Cioccolato #513930

Tints of Cioccolato #513930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.81%

R = 43.55%
G = 30.65%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#513930 (or 0x513930) is known color: Cioccolato. HEX triplet: 51, 39 and 30. RGB value is (81,57,48). Sum of RGB (Red+Green+Blue) = 81+57+48=186 (24% of max value = 765). Red value is 81 (32.03% from 255 or 43.55% from 186); Green value is 57 (22.66% from 255 or 30.65% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 81 - color contains mainly: red. Hex color #513930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513930 is #AEC6CF. Grayscale: #3F3F3F. Windows color (decimal): -11454160 or 3160401. OLE color: 3160401.

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

Color convert

RGB 81 57 48 -
CMYK 0 0.30 0.41 0.68
HSL 16.36º 0.26% 0.25% -
HSV(B) 16.36º 0.41% 0.32% -
XYZ 5.39 4.89 3.46 -
YUV 63.15 119.45 140.73 -
System Red Green Blue C M Y K H S L
Decimal 81 57 48 0 0.30 0.41 0.68 16.36 0.26 0.25
Hex 51 39 30 0 1E 29 44 10 1A 19
Octal 121 71 60 0 36 51 104 20 32 31
Binary 1010001 111001 110000 0 11110 101001 1000100 10000 11010 11001

Color Harmonies of #513930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513930

Black with #513930

Text Example


Text Example

White with #513930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513930; }

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

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

background-color css

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

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

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

border-color css

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

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

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