Html Css Color HEX #62280D Baker's Chocolate

📋 copy color: '#62280D'

red 98 ◦ green 40 ◦ blue 13

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

Shades of Baker's Chocolate #62280D

Tints of Baker's Chocolate #62280D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.49%

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

R = 64.9%
G = 26.49%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#62280D (or 0x62280D) is known color: Baker's Chocolate. HEX triplet: 62, 28 and 0D. RGB value is (98,40,13). Sum of RGB (Red+Green+Blue) = 98+40+13=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 13 (5.47% from 255 or 8.61% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #62280D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #62280D is #9DD7F2. Grayscale: #363636. Windows color (decimal): -10344435 or 862306. OLE color: 862306.

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

Color convert

RGB 98 40 13 -
CMYK 0 0.59 0.87 0.62
HSL 19.06º 0.77% 0.22% -
HSV(B) 19.06º 0.87% 0.38% -
XYZ 5.87 4.14 0.87 -
YUV 54.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 98 40 13 0 0.59 0.87 0.62 19.06 0.77 0.22
Hex 62 28 D 0 3B 57 3E 13 4D 16
Octal 142 50 15 0 73 127 76 23 115 26
Binary 1100010 101000 1101 0 111011 1010111 111110 10011 1001101 10110

Color Harmonies of #62280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62280D

Black with #62280D

Text Example


Text Example

White with #62280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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