Html Css Color HEX #63371B Baker's Chocolate

📋 copy color: '#63371B'

red 99 ◦ green 55 ◦ blue 27

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

Shades of Baker's Chocolate #63371B

Tints of Baker's Chocolate #63371B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.39%

 BLUE value IS 27 (10.94% from 255) = 14.92%

R = 54.7%
G = 30.39%
B = 14.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#63371B (or 0x63371B) is known color: Baker's Chocolate. HEX triplet: 63, 37 and 1B. RGB value is (99,55,27). Sum of RGB (Red+Green+Blue) = 99+55+27=181 (23% of max value = 765). Red value is 99 (39.06% from 255 or 54.70% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 27 (10.94% from 255 or 14.92% from 181); Max value from RGB is 99 - color contains mainly: red. Hex color #63371B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63371B is #9CC8E4. Grayscale: #414141. Windows color (decimal): -10275045 or 1783651. OLE color: 1783651.

HSL color Cylindrical-coordinate representation of color #63371B: hue angle of 23.33º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #63371B is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 55 27 -
CMYK 0 0.44 0.73 0.61
HSL 23.33º 0.57% 0.25% -
HSV(B) 23.33º 0.73% 0.39% -
XYZ 6.71 5.46 1.74 -
YUV 64.96 106.58 152.28 -
System Red Green Blue C M Y K H S L
Decimal 99 55 27 0 0.44 0.73 0.61 23.33 0.57 0.25
Hex 63 37 1B 0 2C 49 3D 17 39 19
Octal 143 67 33 0 54 111 75 27 71 31
Binary 1100011 110111 11011 0 101100 1001001 111101 10111 111001 11001

Color Harmonies of #63371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63371B

Black with #63371B

Text Example


Text Example

White with #63371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63371B; }

 p { color: rgb(99,55,27); }

 H1.HeaderClassName
 {
   color: #63371B;
 }
 .AnyTagClassName
 {
   color: #63371B;
 }
</style>

background-color css

<style>
 a { background-color: #63371B; }

 a { background-color: rgb(99,55,27); }

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

border-color css

<style>
 span { border-color: #63371B; }

 span { border-color: rgb(99,55,27); }

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