Html Css Color HEX #533B30 Cioccolato

📋 copy color: '#533B30'

red 83 ◦ green 59 ◦ blue 48

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

Shades of Cioccolato #533B30

Tints of Cioccolato #533B30

RGB

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

 GREEN value IS 59 (23.44% from 255) = 31.05%

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

R = 43.68%
G = 31.05%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.67

RGB Variations

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

Color information

#533B30 (or 0x533B30) is known color: Cioccolato. HEX triplet: 53, 3B and 30. RGB value is (83,59,48). Sum of RGB (Red+Green+Blue) = 83+59+48=190 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.68% from 190); Green value is 59 (23.44% from 255 or 31.05% from 190); Blue value is 48 (19.14% from 255 or 25.26% from 190); Max value from RGB is 83 - color contains mainly: red. Hex color #533B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533B30 is #ACC4CF. Grayscale: #404040. Windows color (decimal): -11322576 or 3160915. OLE color: 3160915.

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

Color convert

RGB 83 59 48 -
CMYK 0 0.29 0.42 0.67
HSL 18.86º 0.27% 0.26% -
HSV(B) 18.86º 0.42% 0.33% -
XYZ 5.66 5.18 3.5 -
YUV 64.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 83 59 48 0 0.29 0.42 0.67 18.86 0.27 0.26
Hex 53 3B 30 0 1D 2A 43 13 1B 1A
Octal 123 73 60 0 35 52 103 23 33 32
Binary 1010011 111011 110000 0 11101 101010 1000011 10011 11011 11010

Color Harmonies of #533B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533B30

Black with #533B30

Text Example


Text Example

White with #533B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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