#632F0D

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

Shades of Baker's Chocolate #632F0D

Tints of Baker's Chocolate #632F0D

Color information

#632F0D (or 0x632F0D) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2F and 0D. RGB value is (99,47,13). Sum of RGB (Red+Green+Blue) = 99+47+13=159 (21% of max value = 765). Red value is 99 (39.06% from 255 or 62.26% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 99 - color contains mainly: red. Hex color #632F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632F0D is #9CD0F2. Grayscale: #3A3A3A. Windows color (decimal): -10277107 or 864099. OLE color: 864099.

HSL color Cylindrical-coordinate representation of color #632F0D: hue angle of 23.72º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #632F0D is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB994713-
CMYK00.530.870.61
HSL23.72º76.79%21.96%-
HSV(B)23.72º86.87%38.82%-
XYZ6.234.710.96-
YUV58.67102.23156.76-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 62.26%
GREEN value IS 47 (18.75% from 255) = 29.56%
BLUE value IS 13 (5.47% from 255) = 8.18%
R=62.26%
G=29.56%
B=8.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99471300.530.870.6123.7276.7921.96
Hex632FD035573D184d16
Octal1435715065127753011526
Binary110001110111111010110101101011111110111000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,47,13); }

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

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

 a { background-color: rgb(99,47,13); }

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

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

 span { border-color: rgb(99,47,13); }

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