#623119

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

Shades of Baker's Chocolate #623119

Tints of Baker's Chocolate #623119

Color information

#623119 (or 0x623119) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 31 and 19. RGB value is (98,49,25). Sum of RGB (Red+Green+Blue) = 98+49+25=172 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.98% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 98 - color contains mainly: red. Hex color #623119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #623119 is #9DCEE6. Grayscale: #3D3D3D. Windows color (decimal): -10342119 or 1651042. OLE color: 1651042.

HSL color Cylindrical-coordinate representation of color #623119: hue angle of 19.73º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #623119 is Cyan = 0, Magento = 0.5, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB984925-
CMYK00.50.740.62
HSL19.73º59.35%24.12%-
HSV(B)19.73º74.49%38.43%-
XYZ6.314.861.53-
YUV60.92107.73154.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56.98%
GREEN value IS 49 (19.53% from 255) = 28.49%
BLUE value IS 25 (10.16% from 255) = 14.53%
R=56.98%
G=28.49%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98492500.50.740.6219.7359.3524.12
Hex6231190324A3E143b18
Octal142613106211276247330
Binary110001011000111001011001010010101111101010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623119; }

 p { color: rgb(98,49,25); }

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

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

 a { background-color: rgb(98,49,25); }

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

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

 span { border-color: rgb(98,49,25); }

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