Html Css Color HEX #62381D Baker's Chocolate

📋 copy color: '#62381D'

red 98 ◦ green 56 ◦ blue 29

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

Shades of Baker's Chocolate #62381D

Tints of Baker's Chocolate #62381D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.6%

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

R = 53.55%
G = 30.6%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#62381D (or 0x62381D) is known color: Baker's Chocolate. HEX triplet: 62, 38 and 1D. RGB value is (98,56,29). Sum of RGB (Red+Green+Blue) = 98+56+29=183 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.55% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 98 - color contains mainly: red. Hex color #62381D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62381D is #9DC7E2. Grayscale: #414141. Windows color (decimal): -10340323 or 1914978. OLE color: 1914978.

HSL color Cylindrical-coordinate representation of color #62381D: hue angle of 23.48º 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 #62381D is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 56 29 -
CMYK 0 0.43 0.70 0.62
HSL 23.48º 0.54% 0.25% -
HSV(B) 23.48º 0.7% 0.38% -
XYZ 6.67 5.51 1.87 -
YUV 65.48 107.41 151.2 -
System Red Green Blue C M Y K H S L
Decimal 98 56 29 0 0.43 0.70 0.62 23.48 0.54 0.25
Hex 62 38 1D 0 2B 46 3E 17 36 19
Octal 142 70 35 0 53 106 76 27 66 31
Binary 1100010 111000 11101 0 101011 1000110 111110 10111 110110 11001

Color Harmonies of #62381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62381D

Black with #62381D

Text Example


Text Example

White with #62381D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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