#632D1A

Color #632D1A Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #632D1A

Tints of Baker's Chocolate #632D1A

Color information

#632D1A (or 0x632D1A) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2D and 1A. RGB value is (99,45,26). Sum of RGB (Red+Green+Blue) = 99+45+26=170 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.24% from 170); Green value is 45 (17.97% from 255 or 26.47% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 99 - color contains mainly: red. Hex color #632D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632D1A is #9CD2E5. Grayscale: #3B3B3B. Windows color (decimal): -10277606 or 1715555. OLE color: 1715555.

HSL color Cylindrical-coordinate representation of color #632D1A: hue angle of 15.62º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #632D1A is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.61.

Color convert

RGB994526-
CMYK00.550.740.61
HSL15.62º58.4%24.51%-
HSV(B)15.62º73.74%38.82%-
XYZ6.274.61.54-
YUV58.98109.39156.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.24%
GREEN value IS 45 (17.97% from 255) = 26.47%
BLUE value IS 26 (10.55% from 255) = 15.29%
R=58.24%
G=26.47%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99452600.550.740.6115.6258.424.51
Hex632D1A0374A3D103a19
Octal143553206711275207231
Binary110001110110111010011011110010101111011000011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632D1A; }

 p { color: rgb(99,45,26); }

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

<style>
 a { background-color: #632D1A; }

 a { background-color: rgb(99,45,26); }

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

<style>
 span { border-color: #632D1A; }

 span { border-color: rgb(99,45,26); }

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