Html Css Color HEX #673713 Baker's Chocolate

📋 copy color: '#673713'

red 103 ◦ green 55 ◦ blue 19

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

Shades of Baker's Chocolate #673713

Tints of Baker's Chocolate #673713

RGB

 RED value IS 103 (40.63% from 255) = 58.19%

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

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

R = 58.19%
G = 31.07%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#673713 (or 0x673713) is known color: Baker's Chocolate. HEX triplet: 67, 37 and 13. RGB value is (103,55,19). Sum of RGB (Red+Green+Blue) = 103+55+19=177 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.19% from 177); Green value is 55 (21.88% from 255 or 31.07% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 103 - color contains mainly: red. Hex color #673713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673713 is #98C8EC. Grayscale: #414141. Windows color (decimal): -10012909 or 1259367. OLE color: 1259367.

HSL color Cylindrical-coordinate representation of color #673713: hue angle of 25.71º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #673713 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 55 19 -
CMYK 0 0.47 0.82 0.60
HSL 25.71º 0.69% 0.24% -
HSV(B) 25.71º 0.82% 0.4% -
XYZ 7.08 5.66 1.34 -
YUV 65.25 101.9 154.93 -
System Red Green Blue C M Y K H S L
Decimal 103 55 19 0 0.47 0.82 0.60 25.71 0.69 0.24
Hex 67 37 13 0 2F 52 3C 1A 45 18
Octal 147 67 23 0 57 122 74 32 105 30
Binary 1100111 110111 10011 0 101111 1010010 111100 11010 1000101 11000

Color Harmonies of #673713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673713

Black with #673713

Text Example


Text Example

White with #673713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673713; }

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

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

background-color css

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

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

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

border-color css

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

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

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