Html Css Color HEX #533930 Cioccolato

📋 copy color: '#533930'

red 83 ◦ green 57 ◦ blue 48

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

Shades of Cioccolato #533930

Tints of Cioccolato #533930

RGB

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

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

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

R = 44.15%
G = 30.32%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#533930 (or 0x533930) is known color: Cioccolato. HEX triplet: 53, 39 and 30. RGB value is (83,57,48). Sum of RGB (Red+Green+Blue) = 83+57+48=188 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.15% from 188); Green value is 57 (22.66% from 255 or 30.32% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 83 - color contains mainly: red. Hex color #533930 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533930 is #ACC6CF. Grayscale: #3F3F3F. Windows color (decimal): -11323088 or 3160403. OLE color: 3160403.

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

Color convert

RGB 83 57 48 -
CMYK 0 0.31 0.42 0.67
HSL 15.43º 0.27% 0.26% -
HSV(B) 15.43º 0.42% 0.33% -
XYZ 5.56 4.98 3.46 -
YUV 63.75 119.11 141.73 -
System Red Green Blue C M Y K H S L
Decimal 83 57 48 0 0.31 0.42 0.67 15.43 0.27 0.26
Hex 53 39 30 0 1F 2A 43 F 1B 1A
Octal 123 71 60 0 37 52 103 17 33 32
Binary 1010011 111001 110000 0 11111 101010 1000011 1111 11011 11010

Color Harmonies of #533930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533930

Black with #533930

Text Example


Text Example

White with #533930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533930; }

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

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

background-color css

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

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

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

border-color css

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

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

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