Html Css Color HEX #533931 Cioccolato

📋 copy color: '#533931'

red 83 ◦ green 57 ◦ blue 49

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

Shades of Cioccolato #533931

Tints of Cioccolato #533931

RGB

 RED value IS 83 (32.81% from 255) = 43.92%

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

 BLUE value IS 49 (19.53% from 255) = 25.93%

R = 43.92%
G = 30.16%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#533931 (or 0x533931) is known color: Cioccolato. HEX triplet: 53, 39 and 31. RGB value is (83,57,49). Sum of RGB (Red+Green+Blue) = 83+57+49=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #533931 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533931 is #ACC6CE. Grayscale: #3F3F3F. Windows color (decimal): -11323087 or 3225939. OLE color: 3225939.

HSL color Cylindrical-coordinate representation of color #533931: hue angle of 14.12º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #533931 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 57 49 -
CMYK 0 0.31 0.41 0.67
HSL 14.12º 0.26% 0.26% -
HSV(B) 14.12º 0.41% 0.33% -
XYZ 5.58 4.99 3.57 -
YUV 63.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 83 57 49 0 0.31 0.41 0.67 14.12 0.26 0.26
Hex 53 39 31 0 1F 29 43 E 1A 1A
Octal 123 71 61 0 37 51 103 16 32 32
Binary 1010011 111001 110001 0 11111 101001 1000011 1110 11010 11010

Color Harmonies of #533931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533931

Black with #533931

Text Example


Text Example

White with #533931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533931; }

 p { color: rgb(83,57,49); }

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

background-color css

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

 a { background-color: rgb(83,57,49); }

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

border-color css

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

 span { border-color: rgb(83,57,49); }

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