Html Css Color HEX #62311B Baker's Chocolate

📋 copy color: '#62311B'

red 98 ◦ green 49 ◦ blue 27

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

Shades of Baker's Chocolate #62311B

Tints of Baker's Chocolate #62311B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.52%

R = 56.32%
G = 28.16%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#62311B (or 0x62311B) is known color: Baker's Chocolate. HEX triplet: 62, 31 and 1B. RGB value is (98,49,27). Sum of RGB (Red+Green+Blue) = 98+49+27=174 (23% of max value = 765). Red value is 98 (38.67% from 255 or 56.32% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 98 - color contains mainly: red. Hex color #62311B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62311B is #9DCEE4. Grayscale: #3D3D3D. Windows color (decimal): -10342117 or 1782114. OLE color: 1782114.

HSL color Cylindrical-coordinate representation of color #62311B: hue angle of 18.59º 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 #62311B is Cyan = 0, Magento = 0.5, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 49 27 -
CMYK 0 0.5 0.72 0.62
HSL 18.59º 0.57% 0.25% -
HSV(B) 18.59º 0.72% 0.38% -
XYZ 6.33 4.87 1.64 -
YUV 61.14 108.73 154.29 -
System Red Green Blue C M Y K H S L
Decimal 98 49 27 0 0.5 0.72 0.62 18.59 0.57 0.25
Hex 62 31 1B 0 32 48 3E 13 39 19
Octal 142 61 33 0 62 110 76 23 71 31
Binary 1100010 110001 11011 0 110010 1001000 111110 10011 111001 11001

Color Harmonies of #62311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62311B

Black with #62311B

Text Example


Text Example

White with #62311B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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