Html Css Color HEX #62380C Baker's Chocolate

📋 copy color: '#62380C'

red 98 ◦ green 56 ◦ blue 12

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

Shades of Baker's Chocolate #62380C

Tints of Baker's Chocolate #62380C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.23%

R = 59.04%
G = 33.73%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#62380C (or 0x62380C) is known color: Baker's Chocolate. HEX triplet: 62, 38 and 0C. RGB value is (98,56,12). Sum of RGB (Red+Green+Blue) = 98+56+12=166 (21% of max value = 765). Red value is 98 (38.67% from 255 or 59.04% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 98 - color contains mainly: red. Hex color #62380C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62380C is #9DC7F3. Grayscale: #3F3F3F. Windows color (decimal): -10340340 or 800866. OLE color: 800866.

HSL color Cylindrical-coordinate representation of color #62380C: hue angle of 30.7º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #62380C is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 56 12 -
CMYK 0 0.43 0.88 0.62
HSL 30.7º 0.78% 0.22% -
HSV(B) 30.7º 0.88% 0.38% -
XYZ 6.52 5.45 1.06 -
YUV 63.54 98.91 152.58 -
System Red Green Blue C M Y K H S L
Decimal 98 56 12 0 0.43 0.88 0.62 30.7 0.78 0.22
Hex 62 38 C 0 2B 58 3E 1F 4E 16
Octal 142 70 14 0 53 130 76 37 116 26
Binary 1100010 111000 1100 0 101011 1011000 111110 11111 1001110 10110

Color Harmonies of #62380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62380C

Black with #62380C

Text Example


Text Example

White with #62380C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62380C; }

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

 H1.HeaderClassName
 {
   color: #62380C;
 }
 .AnyTagClassName
 {
   color: #62380C;
 }
</style>

background-color css

<style>
 a { background-color: #62380C; }

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

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

border-color css

<style>
 span { border-color: #62380C; }

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

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