Html Css Color HEX #633019 Baker's Chocolate

📋 copy color: '#633019'

red 99 ◦ green 48 ◦ blue 25

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

Shades of Baker's Chocolate #633019

Tints of Baker's Chocolate #633019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.53%

R = 57.56%
G = 27.91%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.61

RGB Variations

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

Color information

#633019 (or 0x633019) is known color: Baker's Chocolate. HEX triplet: 63, 30 and 19. RGB value is (99,48,25). Sum of RGB (Red+Green+Blue) = 99+48+25=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #633019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633019 is #9CCFE6. Grayscale: #3C3C3C. Windows color (decimal): -10276839 or 1650787. OLE color: 1650787.

HSL color Cylindrical-coordinate representation of color #633019: hue angle of 18.65º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #633019 is Cyan = 0, Magento = 0.52, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 48 25 -
CMYK 0 0.52 0.75 0.61
HSL 18.65º 0.6% 0.24% -
HSV(B) 18.65º 0.75% 0.39% -
XYZ 6.38 4.84 1.52 -
YUV 60.63 107.9 155.37 -
System Red Green Blue C M Y K H S L
Decimal 99 48 25 0 0.52 0.75 0.61 18.65 0.6 0.24
Hex 63 30 19 0 34 4B 3D 13 3C 18
Octal 143 60 31 0 64 113 75 23 74 30
Binary 1100011 110000 11001 0 110100 1001011 111101 10011 111100 11000

Color Harmonies of #633019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633019

Black with #633019

Text Example


Text Example

White with #633019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633019; }

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

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

background-color css

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

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

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

border-color css

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

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

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