Html Css Color HEX #633713 Baker's Chocolate

📋 copy color: '#633713'

red 99 ◦ green 55 ◦ blue 19

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

Shades of Baker's Chocolate #633713

Tints of Baker's Chocolate #633713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 10.98%

R = 57.23%
G = 31.79%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#633713 (or 0x633713) is known color: Baker's Chocolate. HEX triplet: 63, 37 and 13. RGB value is (99,55,19). Sum of RGB (Red+Green+Blue) = 99+55+19=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 19 (7.81% from 255 or 10.98% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #633713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #633713 is #9CC8EC. Grayscale: #404040. Windows color (decimal): -10275053 or 1259363. OLE color: 1259363.

HSL color Cylindrical-coordinate representation of color #633713: hue angle of 27º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #633713 is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 55 19 -
CMYK 0 0.44 0.81 0.61
HSL 27º 0.68% 0.23% -
HSV(B) 27º 0.81% 0.39% -
XYZ 6.63 5.43 1.32 -
YUV 64.05 102.58 152.93 -
System Red Green Blue C M Y K H S L
Decimal 99 55 19 0 0.44 0.81 0.61 27 0.68 0.23
Hex 63 37 13 0 2C 51 3D 1B 44 17
Octal 143 67 23 0 54 121 75 33 104 27
Binary 1100011 110111 10011 0 101100 1010001 111101 11011 1000100 10111

Color Harmonies of #633713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633713

Black with #633713

Text Example


Text Example

White with #633713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633713; }

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

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

background-color css

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

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

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

border-color css

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

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

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