Html Css Color HEX #53362B Cioccolato

📋 copy color: '#53362B'

red 83 ◦ green 54 ◦ blue 43

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

Shades of Cioccolato #53362B

Tints of Cioccolato #53362B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30%

 BLUE value IS 43 (17.19% from 255) = 23.89%

R = 46.11%
G = 30%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#53362B (or 0x53362B) is known color: Cioccolato. HEX triplet: 53, 36 and 2B. RGB value is (83,54,43). Sum of RGB (Red+Green+Blue) = 83+54+43=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #53362B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53362B is #ACC9D4. Grayscale: #3D3D3D. Windows color (decimal): -11323861 or 2831955. OLE color: 2831955.

HSL color Cylindrical-coordinate representation of color #53362B: hue angle of 16.5º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53362B is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 54 43 -
CMYK 0 0.35 0.48 0.67
HSL 16.5º 0.32% 0.25% -
HSV(B) 16.5º 0.48% 0.33% -
XYZ 5.32 4.65 2.9 -
YUV 61.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 83 54 43 0 0.35 0.48 0.67 16.5 0.32 0.25
Hex 53 36 2B 0 23 30 43 10 20 19
Octal 123 66 53 0 43 60 103 20 40 31
Binary 1010011 110110 101011 0 100011 110000 1000011 10000 100000 11001

Color Harmonies of #53362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53362B

Black with #53362B

Text Example


Text Example

White with #53362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53362B; }

 p { color: rgb(83,54,43); }

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

background-color css

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

 a { background-color: rgb(83,54,43); }

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

border-color css

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

 span { border-color: rgb(83,54,43); }

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