#62331A

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

Shades of Baker's Chocolate #62331A

Tints of Baker's Chocolate #62331A

Color information

#62331A (or 0x62331A) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 33 and 1A. RGB value is (98,51,26). Sum of RGB (Red+Green+Blue) = 98+51+26=175 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56% from 175); Green value is 51 (20.31% from 255 or 29.14% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 98 - color contains mainly: red. Hex color #62331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62331A is #9DCCE5. Grayscale: #3E3E3E. Windows color (decimal): -10341606 or 1717090. OLE color: 1717090.

HSL color Cylindrical-coordinate representation of color #62331A: hue angle of 20.83º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #62331A is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB985126-
CMYK00.480.730.62
HSL20.83º58.06%24.31%-
HSV(B)20.83º73.47%38.43%-
XYZ6.415.041.61-
YUV62.2107.57153.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 56%
GREEN value IS 51 (20.31% from 255) = 29.14%
BLUE value IS 26 (10.55% from 255) = 14.86%
R=56%
G=29.14%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98512600.480.730.6220.8358.0624.31
Hex62331A030493E153a18
Octal142633206011176257230
Binary110001011001111010011000010010011111101010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62331A; }

 p { color: rgb(98,51,26); }

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

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

 a { background-color: rgb(98,51,26); }

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

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

 span { border-color: rgb(98,51,26); }

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