Html Css Color HEX #53362C Cioccolato

📋 copy color: '#53362C'

red 83 ◦ green 54 ◦ blue 44

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

Shades of Cioccolato #53362C

Tints of Cioccolato #53362C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 24.31%

R = 45.86%
G = 29.83%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#53362C (or 0x53362C) is known color: Cioccolato. HEX triplet: 53, 36 and 2C. RGB value is (83,54,44). Sum of RGB (Red+Green+Blue) = 83+54+44=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 54 (21.48% from 255 or 29.83% from 181); Blue value is 44 (17.58% from 255 or 24.31% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #53362C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53362C is #ACC9D3. Grayscale: #3D3D3D. Windows color (decimal): -11323860 or 2897491. OLE color: 2897491.

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

Color convert

RGB 83 54 44 -
CMYK 0 0.35 0.47 0.67
HSL 15.38º 0.31% 0.25% -
HSV(B) 15.38º 0.47% 0.33% -
XYZ 5.34 4.66 3 -
YUV 61.53 118.11 143.31 -
System Red Green Blue C M Y K H S L
Decimal 83 54 44 0 0.35 0.47 0.67 15.38 0.31 0.25
Hex 53 36 2C 0 23 2F 43 F 1F 19
Octal 123 66 54 0 43 57 103 17 37 31
Binary 1010011 110110 101100 0 100011 101111 1000011 1111 11111 11001

Color Harmonies of #53362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53362C

Black with #53362C

Text Example


Text Example

White with #53362C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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