Html Css Color HEX #63301C Baker's Chocolate

📋 copy color: '#63301C'

red 99 ◦ green 48 ◦ blue 28

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

Shades of Baker's Chocolate #63301C

Tints of Baker's Chocolate #63301C

RGB

 RED value IS 99 (39.06% from 255) = 56.57%

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

 BLUE value IS 28 (11.33% from 255) = 16%

R = 56.57%
G = 27.43%
B = 16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.72

 K value IS 0.61

RGB Variations

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

Color information

#63301C (or 0x63301C) is known color: Baker's Chocolate. HEX triplet: 63, 30 and 1C. RGB value is (99,48,28). Sum of RGB (Red+Green+Blue) = 99+48+28=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #63301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63301C is #9CCFE3. Grayscale: #3D3D3D. Windows color (decimal): -10276836 or 1847395. OLE color: 1847395.

HSL color Cylindrical-coordinate representation of color #63301C: hue angle of 16.9º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #63301C is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 48 28 -
CMYK 0 0.52 0.72 0.61
HSL 16.9º 0.56% 0.25% -
HSV(B) 16.9º 0.72% 0.39% -
XYZ 6.41 4.85 1.7 -
YUV 60.97 109.4 155.13 -
System Red Green Blue C M Y K H S L
Decimal 99 48 28 0 0.52 0.72 0.61 16.9 0.56 0.25
Hex 63 30 1C 0 34 48 3D 11 38 19
Octal 143 60 34 0 64 110 75 21 70 31
Binary 1100011 110000 11100 0 110100 1001000 111101 10001 111000 11001

Color Harmonies of #63301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63301C

Black with #63301C

Text Example


Text Example

White with #63301C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,48,28); }

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

background-color css

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

 a { background-color: rgb(99,48,28); }

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

border-color css

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

 span { border-color: rgb(99,48,28); }

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