Html Css Color HEX #632C19 Baker's Chocolate

📋 copy color: '#632C19'

red 99 ◦ green 44 ◦ blue 25

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

Shades of Baker's Chocolate #632C19

Tints of Baker's Chocolate #632C19

RGB

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

 GREEN value IS 44 (17.58% from 255) = 26.19%

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

R = 58.93%
G = 26.19%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.61

RGB Variations

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

Color information

#632C19 (or 0x632C19) is known color: Baker's Chocolate. HEX triplet: 63, 2C and 19. RGB value is (99,44,25). Sum of RGB (Red+Green+Blue) = 99+44+25=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 44 (17.58% from 255 or 26.19% from 168); Blue value is 25 (10.16% from 255 or 14.88% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #632C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632C19 is #9CD3E6. Grayscale: #3A3A3A. Windows color (decimal): -10277863 or 1649763. OLE color: 1649763.

HSL color Cylindrical-coordinate representation of color #632C19: hue angle of 15.41º 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 #632C19 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 44 25 -
CMYK 0 0.56 0.75 0.61
HSL 15.41º 0.6% 0.24% -
HSV(B) 15.41º 0.75% 0.39% -
XYZ 6.22 4.52 1.47 -
YUV 58.28 109.22 157.04 -
System Red Green Blue C M Y K H S L
Decimal 99 44 25 0 0.56 0.75 0.61 15.41 0.6 0.24
Hex 63 2C 19 0 38 4B 3D F 3C 18
Octal 143 54 31 0 70 113 75 17 74 30
Binary 1100011 101100 11001 0 111000 1001011 111101 1111 111100 11000

Color Harmonies of #632C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632C19

Black with #632C19

Text Example


Text Example

White with #632C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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