Html Css Color HEX #62311D Baker's Chocolate

📋 copy color: '#62311D'

red 98 ◦ green 49 ◦ blue 29

#62311D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baker's Chocolate #62311D

Tints of Baker's Chocolate #62311D

RGB

 RED value IS 98 (38.67% from 255) = 55.68%

 GREEN value IS 49 (19.53% from 255) = 27.84%

 BLUE value IS 29 (11.72% from 255) = 16.48%

R = 55.68%
G = 27.84%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#62311D (or 0x62311D) is known color: Baker's Chocolate. HEX triplet: 62, 31 and 1D. RGB value is (98,49,29). Sum of RGB (Red+Green+Blue) = 98+49+29=176 (23% of max value = 765). Red value is 98 (38.67% from 255 or 55.68% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 29 (11.72% from 255 or 16.48% from 176); Max value from RGB is 98 - color contains mainly: red. Hex color #62311D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62311D is #9DCEE2. Grayscale: #3D3D3D. Windows color (decimal): -10342115 or 1913186. OLE color: 1913186.

HSL color Cylindrical-coordinate representation of color #62311D: hue angle of 17.39º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #62311D is Cyan = 0, Magento = 0.5, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 49 29 -
CMYK 0 0.5 0.70 0.62
HSL 17.39º 0.54% 0.25% -
HSV(B) 17.39º 0.7% 0.38% -
XYZ 6.36 4.88 1.77 -
YUV 61.37 109.73 154.13 -
System Red Green Blue C M Y K H S L
Decimal 98 49 29 0 0.5 0.70 0.62 17.39 0.54 0.25
Hex 62 31 1D 0 32 46 3E 11 36 19
Octal 142 61 35 0 62 106 76 21 66 31
Binary 1100010 110001 11101 0 110010 1000110 111110 10001 110110 11001

Color Harmonies of #62311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62311D

Black with #62311D

Text Example


Text Example

White with #62311D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62311D; }

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

 H1.HeaderClassName
 {
   color: #62311D;
 }
 .AnyTagClassName
 {
   color: #62311D;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #62311D;
 }
 .BgClassName
 {
   background-color: #62311D;
 }
</style>

border-color css

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

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

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