#632F00

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

Shades of Baker's Chocolate #632F00

Tints of Baker's Chocolate #632F00

Color information

#632F00 (or 0x632F00) is unknown color: approx Baker's Chocolate. HEX triplet: 63, 2F and 00. RGB value is (99,47,0). Sum of RGB (Red+Green+Blue) = 99+47+0=146 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.81% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 99 - color contains mainly: red. Hex color #632F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632F00 is #9CD0FF. Grayscale: #393939. Windows color (decimal): -10277120 or 12131. OLE color: 12131.

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

Color convert

RGB99470-
CMYK00.5310.61
HSL28.48º100%19.41%-
HSV(B)28.48º100%38.82%-
XYZ6.164.690.58-
YUV57.1995.73157.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 67.81%
GREEN value IS 47 (18.75% from 255) = 32.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=67.81%
G=32.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 1
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9947000.5310.6128.4810019.41
Hex632F0035643D1c6413
Octal143570065144753414423
Binary110001110111100110101110010011110111100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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