#62331B

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

Shades of Baker's Chocolate #62331B

Tints of Baker's Chocolate #62331B

Color information

#62331B (or 0x62331B) is unknown color: approx Baker's Chocolate. HEX triplet: 62, 33 and 1B. RGB value is (98,51,27). Sum of RGB (Red+Green+Blue) = 98+51+27=176 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.68% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 98 - color contains mainly: red. Hex color #62331B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62331B is #9DCCE4. Grayscale: #3E3E3E. Windows color (decimal): -10341605 or 1782626. OLE color: 1782626.

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

Color convert

RGB985127-
CMYK00.480.720.62
HSL20.28º56.8%24.51%-
HSV(B)20.28º72.45%38.43%-
XYZ6.425.041.67-
YUV62.32108.07153.45-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 55.68%
GREEN value IS 51 (20.31% from 255) = 28.98%
BLUE value IS 27 (10.94% from 255) = 15.34%
R=55.68%
G=28.98%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98512700.480.720.6220.2856.824.51
Hex62331B030483E143919
Octal142633306011076247131
Binary110001011001111011011000010010001111101010011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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