Html Css Color HEX #62301A Baker's Chocolate

📋 copy color: '#62301A'

red 98 ◦ green 48 ◦ blue 26

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

Shades of Baker's Chocolate #62301A

Tints of Baker's Chocolate #62301A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.91%

 BLUE value IS 26 (10.55% from 255) = 15.12%

R = 56.98%
G = 27.91%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#62301A (or 0x62301A) is known color: Baker's Chocolate. HEX triplet: 62, 30 and 1A. RGB value is (98,48,26). Sum of RGB (Red+Green+Blue) = 98+48+26=172 (22% of max value = 765). Red value is 98 (38.67% from 255 or 56.98% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 98 - color contains mainly: red. Hex color #62301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62301A is #9DCFE5. Grayscale: #3C3C3C. Windows color (decimal): -10342374 or 1716322. OLE color: 1716322.

HSL color Cylindrical-coordinate representation of color #62301A: hue angle of 18.33º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #62301A is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 48 26 -
CMYK 0 0.51 0.73 0.62
HSL 18.33º 0.58% 0.24% -
HSV(B) 18.33º 0.73% 0.38% -
XYZ 6.28 4.79 1.57 -
YUV 60.44 108.57 154.79 -
System Red Green Blue C M Y K H S L
Decimal 98 48 26 0 0.51 0.73 0.62 18.33 0.58 0.24
Hex 62 30 1A 0 33 49 3E 12 3A 18
Octal 142 60 32 0 63 111 76 22 72 30
Binary 1100010 110000 11010 0 110011 1001001 111110 10010 111010 11000

Color Harmonies of #62301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62301A

Black with #62301A

Text Example


Text Example

White with #62301A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62301A; }

 p { color: rgb(98,48,26); }

 H1.HeaderClassName
 {
   color: #62301A;
 }
 .AnyTagClassName
 {
   color: #62301A;
 }
</style>

background-color css

<style>
 a { background-color: #62301A; }

 a { background-color: rgb(98,48,26); }

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

border-color css

<style>
 span { border-color: #62301A; }

 span { border-color: rgb(98,48,26); }

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