Html Css Color HEX #62290D Baker's Chocolate

📋 copy color: '#62290D'

red 98 ◦ green 41 ◦ blue 13

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

Shades of Baker's Chocolate #62290D

Tints of Baker's Chocolate #62290D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.97%

 BLUE value IS 13 (5.47% from 255) = 8.55%

R = 64.47%
G = 26.97%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#62290D (or 0x62290D) is known color: Baker's Chocolate. HEX triplet: 62, 29 and 0D. RGB value is (98,41,13). Sum of RGB (Red+Green+Blue) = 98+41+13=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 41 (16.41% from 255 or 26.97% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #62290D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62290D is #9DD6F2. Grayscale: #373737. Windows color (decimal): -10344179 or 862562. OLE color: 862562.

HSL color Cylindrical-coordinate representation of color #62290D: hue angle of 19.76º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #62290D is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 41 13 -
CMYK 0 0.58 0.87 0.62
HSL 19.76º 0.77% 0.22% -
HSV(B) 19.76º 0.87% 0.38% -
XYZ 5.9 4.21 0.88 -
YUV 54.85 104.38 158.78 -
System Red Green Blue C M Y K H S L
Decimal 98 41 13 0 0.58 0.87 0.62 19.76 0.77 0.22
Hex 62 29 D 0 3A 57 3E 14 4D 16
Octal 142 51 15 0 72 127 76 24 115 26
Binary 1100010 101001 1101 0 111010 1010111 111110 10100 1001101 10110

Color Harmonies of #62290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62290D

Black with #62290D

Text Example


Text Example

White with #62290D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,41,13); }

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

background-color css

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

 a { background-color: rgb(98,41,13); }

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

border-color css

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

 span { border-color: rgb(98,41,13); }

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