Html Css Color HEX #533A30 Cioccolato

📋 copy color: '#533A30'

red 83 ◦ green 58 ◦ blue 48

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

Shades of Cioccolato #533A30

Tints of Cioccolato #533A30

RGB

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

 GREEN value IS 58 (23.05% from 255) = 30.69%

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

R = 43.92%
G = 30.69%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#533A30 (or 0x533A30) is known color: Cioccolato. HEX triplet: 53, 3A and 30. RGB value is (83,58,48). Sum of RGB (Red+Green+Blue) = 83+58+48=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 58 (23.05% from 255 or 30.69% from 189); Blue value is 48 (19.14% from 255 or 25.40% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #533A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533A30 is #ACC5CF. Grayscale: #404040. Windows color (decimal): -11322832 or 3160659. OLE color: 3160659.

HSL color Cylindrical-coordinate representation of color #533A30: hue angle of 17.14º 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 #533A30 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 58 48 -
CMYK 0 0.30 0.42 0.67
HSL 17.14º 0.27% 0.26% -
HSV(B) 17.14º 0.42% 0.33% -
XYZ 5.61 5.08 3.48 -
YUV 64.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 83 58 48 0 0.30 0.42 0.67 17.14 0.27 0.26
Hex 53 3A 30 0 1E 2A 43 11 1B 1A
Octal 123 72 60 0 36 52 103 21 33 32
Binary 1010011 111010 110000 0 11110 101010 1000011 10001 11011 11010

Color Harmonies of #533A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533A30

Black with #533A30

Text Example


Text Example

White with #533A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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