#653D2A

Color #653D2A Cioccolato (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cioccolato #653D2A

Tints of Cioccolato #653D2A

Color information

#653D2A (or 0x653D2A) is unknown color: approx Cioccolato. HEX triplet: 65, 3D and 2A. RGB value is (101,61,42). Sum of RGB (Red+Green+Blue) = 101+61+42=204 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.51% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 42 (16.80% from 255 or 20.59% from 204); Max value from RGB is 101 - color contains mainly: red. Hex color #653D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653D2A is #9AC2D5. Grayscale: #464646. Windows color (decimal): -10142422 or 2768229. OLE color: 2768229.

HSL color Cylindrical-coordinate representation of color #653D2A: hue angle of 19.32º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #653D2A is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.60.

Color convert

RGB1016142-
CMYK00.400.580.60
HSL19.32º41.26%28.04%-
HSV(B)19.32º58.42%39.61%-
XYZ7.456.273.01-
YUV70.79111.75149.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 49.51%
GREEN value IS 61 (24.22% from 255) = 29.90%
BLUE value IS 42 (16.80% from 255) = 20.59%
R=49.51%
G=29.90%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101614200.400.580.6019.3241.2628.04
Hex653D2A0283A3C13291c
Octal14575520507274235134
Binary110010111110110101001010001110101111001001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653D2A; }

 p { color: rgb(101,61,42); }

 H1.HeaderClassName
 {
   color: #653D2A;
 }
 .AnyTagClassName
 {
   color: #653D2A;
 }
</style>
background-color css

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

 a { background-color: rgb(101,61,42); }

 div.DivClassName
 {
   background-color: #653D2A;
 }
 .BgClassName
 {
   background-color: #653D2A;
 }
</style>
border-color css

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

 span { border-color: rgb(101,61,42); }

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